Html Css Color HEX #CB2939 Brick Red

📋 copy color: '#CB2939'

red 203 ◦ green 41 ◦ blue 57

#CB2939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CB2939

Tints of Brick Red #CB2939

RGB

 RED value IS 203 (79.69% from 255) = 67.44%

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 67.44%
G = 13.62%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB2939 (or 0xCB2939) is known color: Brick Red. HEX triplet: CB, 29 and 39. RGB value is (203,41,57). Sum of RGB (Red+Green+Blue) = 203+41+57=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2939 is #34D6C6. Grayscale: #5B5B5B. Windows color (decimal): -3462855 or 3746251. OLE color: 3746251.

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

Color convert

RGB 203 41 57 -
CMYK 0 0.80 0.72 0.20
HSL 354.07º 0.66% 0.48% -
HSV(B) 354.07º 0.8% 0.8% -
XYZ 26.16 14.58 5.31 -
YUV 91.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 203 41 57 0 0.80 0.72 0.20 354.07 0.66 0.48
Hex CB 29 39 0 50 48 14 162 42 30
Octal 313 51 71 0 120 110 24 542 102 60
Binary 11001011 101001 111001 0 1010000 1001000 10100 101100010 1000010 110000

Color Harmonies of #CB2939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2939

Black with #CB2939

Text Example


Text Example

White with #CB2939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2939; }

 p { color: rgb(203,41,57); }

 H1.HeaderClassName
 {
   color: #CB2939;
 }
 .AnyTagClassName
 {
   color: #CB2939;
 }
</style>

background-color css

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

 a { background-color: rgb(203,41,57); }

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

border-color css

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

 span { border-color: rgb(203,41,57); }

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