Html Css Color HEX #CB2A45 Brick Red

📋 copy color: '#CB2A45'

red 203 ◦ green 42 ◦ blue 69

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

Shades of Brick Red #CB2A45

Tints of Brick Red #CB2A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 64.65%
G = 13.38%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2A45 (or 0xCB2A45) is known color: Brick Red. HEX triplet: CB, 2A and 45. RGB value is (203,42,69). Sum of RGB (Red+Green+Blue) = 203+42+69=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2A45 is #34D5BA. Grayscale: #5D5D5D. Windows color (decimal): -3462587 or 4532939. OLE color: 4532939.

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

Color convert

RGB 203 42 69 -
CMYK 0 0.79 0.66 0.20
HSL 349.94º 0.66% 0.48% -
HSV(B) 349.94º 0.79% 0.8% -
XYZ 26.53 14.78 7.09 -
YUV 93.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 203 42 69 0 0.79 0.66 0.20 349.94 0.66 0.48
Hex CB 2A 45 0 4F 42 14 15E 42 30
Octal 313 52 105 0 117 102 24 536 102 60
Binary 11001011 101010 1000101 0 1001111 1000010 10100 101011110 1000010 110000

Color Harmonies of #CB2A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A45

Black with #CB2A45

Text Example


Text Example

White with #CB2A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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