#CB3B46

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

Shades of Brick Red #CB3B46

Tints of Brick Red #CB3B46

Color information

#CB3B46 (or 0xCB3B46) is unknown color: approx Brick Red. HEX triplet: CB, 3B and 46. RGB value is (203,59,70). Sum of RGB (Red+Green+Blue) = 203+59+70=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3B46 is #34C4B9. Grayscale: #676767. Windows color (decimal): -3458234 or 4602827. OLE color: 4602827.

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

Color convert

RGB2035970-
CMYK00.710.660.20
HSL355.42º58.06%51.37%-
HSV(B)355.42º70.94%79.61%-
XYZ27.316.277.5-
YUV103.31109.21199.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.14%
GREEN value IS 59 (23.44% from 255) = 17.77%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=61.14%
G=17.77%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203597000.710.660.20355.4258.0651.37
HexCB3B4604742141633a33
Octal313731060107102245437263
Binary11001011111011100011001000111100001010100101100011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3B46; }

 p { color: rgb(203,59,70); }

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

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

 a { background-color: rgb(203,59,70); }

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

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

 span { border-color: rgb(203,59,70); }

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