#CB2249

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

Shades of Brick Red #CB2249

Tints of Brick Red #CB2249

Color information

#CB2249 (or 0xCB2249) is unknown color: approx Brick Red. HEX triplet: CB, 22 and 49. RGB value is (203,34,73). Sum of RGB (Red+Green+Blue) = 203+34+73=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2249 is #34DDB6. Grayscale: #585858. Windows color (decimal): -3464631 or 4793035. OLE color: 4793035.

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

Color convert

RGB2033473-
CMYK00.830.640.20
HSL346.15º71.31%46.47%-
HSV(B)346.15º83.25%79.61%-
XYZ26.414.327.68-
YUV88.98118.99209.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.48%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=65.48%
G=10.97%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203347300.830.640.20346.1571.3146.47
HexCB2249053401415a472e
Octal3134211101231002453210756
Binary110010111000101001001010100111000000101001010110101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2249; }

 p { color: rgb(203,34,73); }

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

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

 a { background-color: rgb(203,34,73); }

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

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

 span { border-color: rgb(203,34,73); }

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