#CB293C

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

Shades of Brick Red #CB293C

Tints of Brick Red #CB293C

Color information

#CB293C (or 0xCB293C) is unknown color: approx Brick Red. HEX triplet: CB, 29 and 3C. RGB value is (203,41,60). Sum of RGB (Red+Green+Blue) = 203+41+60=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB293C is #34D6C3. Grayscale: #5B5B5B. Windows color (decimal): -3462852 or 3942859. OLE color: 3942859.

HSL color Cylindrical-coordinate representation of color #CB293C: hue angle of 352.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB293C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2034160-
CMYK00.800.700.20
HSL352.96º66.39%47.84%-
HSV(B)352.96º79.8%79.61%-
XYZ26.2414.615.71-
YUV91.6110.17207.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.78%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=66.78%
G=13.49%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203416000.800.700.20352.9666.3947.84
HexCB293C05046141614230
Octal313517401201062454110260
Binary11001011101001111100010100001000110101001011000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB293C; }

 p { color: rgb(203,41,60); }

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

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

 a { background-color: rgb(203,41,60); }

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

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

 span { border-color: rgb(203,41,60); }

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