#C3283B

Color #C3283B Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C3283B

Tints of Brick Red #C3283B

Color information

#C3283B (or 0xC3283B) is unknown color: approx Brick Red. HEX triplet: C3, 28 and 3B. RGB value is (195,40,59). Sum of RGB (Red+Green+Blue) = 195+40+59=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3283B is #3CD7C4. Grayscale: #585858. Windows color (decimal): -3987397 or 3877059. OLE color: 3877059.

HSL color Cylindrical-coordinate representation of color #C3283B: hue angle of 352.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3283B is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1954059-
CMYK00.790.700.24
HSL352.65º65.96%46.08%-
HSV(B)352.65º79.49%76.47%-
XYZ24.0513.445.46-
YUV88.51111.35203.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 66.33%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=66.33%
G=13.61%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195405900.790.700.24352.6565.9646.08
HexC3283B04F4618161422e
Octal303507301171063054110256
Binary11000011101000111011010011111000110110001011000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3283B; }

 p { color: rgb(195,40,59); }

 H1.HeaderClassName
 {
   color: #C3283B;
 }
 .AnyTagClassName
 {
   color: #C3283B;
 }
</style>
background-color css

<style>
 a { background-color: #C3283B; }

 a { background-color: rgb(195,40,59); }

 div.DivClassName
 {
   background-color: #C3283B;
 }
 .BgClassName
 {
   background-color: #C3283B;
 }
</style>
border-color css

<style>
 span { border-color: #C3283B; }

 span { border-color: rgb(195,40,59); }

 td.TdClassName
 {
   border-color: #C3283B;
 }
 .TagClassName
 {
   border-color: #C3283B;
 }
</style>