#CB3741

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

Shades of Brick Red #CB3741

Tints of Brick Red #CB3741

Color information

#CB3741 (or 0xCB3741) is unknown color: approx Brick Red. HEX triplet: CB, 37 and 41. RGB value is (203,55,65). Sum of RGB (Red+Green+Blue) = 203+55+65=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3741 is #34C8BE. Grayscale: #646464. Windows color (decimal): -3459263 or 4274123. OLE color: 4274123.

HSL color Cylindrical-coordinate representation of color #CB3741: hue angle of 355.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3741 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2035565-
CMYK00.730.680.20
HSL355.95º58.73%50.59%-
HSV(B)355.95º72.91%79.61%-
XYZ26.9515.816.63-
YUV100.39108.03201.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.85%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=62.85%
G=17.03%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203556500.730.680.20355.9558.7350.59
HexCB374104944141643b33
Octal313671010111104245447363
Binary11001011110111100000101001001100010010100101100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3741; }

 p { color: rgb(203,55,65); }

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

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

 a { background-color: rgb(203,55,65); }

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

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

 span { border-color: rgb(203,55,65); }

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