Html Css Color HEX #CB2A3C Brick Red

📋 copy color: '#CB2A3C'

red 203 ◦ green 42 ◦ blue 60

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

Shades of Brick Red #CB2A3C

Tints of Brick Red #CB2A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 66.56%
G = 13.77%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB2A3C (or 0xCB2A3C) is known color: Brick Red. HEX triplet: CB, 2A and 3C. RGB value is (203,42,60). Sum of RGB (Red+Green+Blue) = 203+42+60=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A3C is #34D5C3. Grayscale: #5C5C5C. Windows color (decimal): -3462596 or 3943115. OLE color: 3943115.

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

Color convert

RGB 203 42 60 -
CMYK 0 0.79 0.70 0.20
HSL 353.29º 0.66% 0.48% -
HSV(B) 353.29º 0.79% 0.8% -
XYZ 26.27 14.68 5.72 -
YUV 92.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 203 42 60 0 0.79 0.70 0.20 353.29 0.66 0.48
Hex CB 2A 3C 0 4F 46 14 161 42 30
Octal 313 52 74 0 117 106 24 541 102 60
Binary 11001011 101010 111100 0 1001111 1000110 10100 101100001 1000010 110000

Color Harmonies of #CB2A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A3C

Black with #CB2A3C

Text Example


Text Example

White with #CB2A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A3C; }

 p { color: rgb(203,42,60); }

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

background-color css

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

 a { background-color: rgb(203,42,60); }

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

border-color css

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

 span { border-color: rgb(203,42,60); }

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