#CB2148

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

Shades of Brick Red #CB2148

Tints of Brick Red #CB2148

Color information

#CB2148 (or 0xCB2148) is unknown color: approx Brick Red. HEX triplet: CB, 21 and 48. RGB value is (203,33,72). Sum of RGB (Red+Green+Blue) = 203+33+72=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2148 is #34DEB7. Grayscale: #585858. Windows color (decimal): -3464888 or 4727243. OLE color: 4727243.

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

Color convert

RGB2033372-
CMYK00.840.650.20
HSL346.24º72.03%46.27%-
HSV(B)346.24º83.74%79.61%-
XYZ26.3414.257.49-
YUV88.28118.82209.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.91%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=65.91%
G=10.71%
B=23.38%

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
Decimal203337200.840.650.20346.2472.0346.27
HexCB2148054411415a482e
Octal3134111001241012453211056
Binary110010111000011001000010101001000001101001010110101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2148; }

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

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

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

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

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

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

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

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