#CB2147

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

Shades of Brick Red #CB2147

Tints of Brick Red #CB2147

Color information

#CB2147 (or 0xCB2147) is unknown color: approx Brick Red. HEX triplet: CB, 21 and 47. RGB value is (203,33,71). Sum of RGB (Red+Green+Blue) = 203+33+71=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2147 is #34DEB8. Grayscale: #585858. Windows color (decimal): -3464889 or 4661707. OLE color: 4661707.

HSL color Cylindrical-coordinate representation of color #CB2147: hue angle of 346.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2147 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2033371-
CMYK00.840.650.20
HSL346.59º72.03%46.27%-
HSV(B)346.59º83.74%79.61%-
XYZ26.3114.247.32-
YUV88.16118.32209.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.12%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 71 (28.12% from 255) = 23.13%
R=66.12%
G=10.75%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203337100.840.650.20346.5972.0346.27
HexCB2147054411415b482e
Octal3134110701241012453311056
Binary110010111000011000111010101001000001101001010110111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2147; }

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

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

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

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

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

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

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

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