#CB3747

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

Shades of Brick Red #CB3747

Tints of Brick Red #CB3747

Color information

#CB3747 (or 0xCB3747) is unknown color: approx Brick Red. HEX triplet: CB, 37 and 47. RGB value is (203,55,71). Sum of RGB (Red+Green+Blue) = 203+55+71=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3747 is #34C8B8. Grayscale: #656565. Windows color (decimal): -3459257 or 4667339. OLE color: 4667339.

HSL color Cylindrical-coordinate representation of color #CB3747: hue angle of 353.51º 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 #CB3747 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2035571-
CMYK00.730.650.20
HSL353.51º58.73%50.59%-
HSV(B)353.51º72.91%79.61%-
XYZ27.1315.887.6-
YUV101.08111.03200.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.70%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=61.70%
G=16.72%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203557100.730.650.20353.5158.7350.59
HexCB374704941141623b33
Octal313671070111101245427363
Binary11001011110111100011101001001100000110100101100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3747; }

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

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

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

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

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

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

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

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