Html Css Color HEX #CB2C4A Brick Red

📋 copy color: '#CB2C4A'

red 203 ◦ green 44 ◦ blue 74

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

Shades of Brick Red #CB2C4A

Tints of Brick Red #CB2C4A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 63.24%
G = 13.71%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB2C4A (or 0xCB2C4A) is known color: Brick Red. HEX triplet: CB, 2C and 4A. RGB value is (203,44,74). Sum of RGB (Red+Green+Blue) = 203+44+74=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C4A is #34D3B5. Grayscale: #5F5F5F. Windows color (decimal): -3462070 or 4861131. OLE color: 4861131.

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

Color convert

RGB 203 44 74 -
CMYK 0 0.78 0.64 0.20
HSL 348.68º 0.64% 0.48% -
HSV(B) 348.68º 0.78% 0.8% -
XYZ 26.77 14.99 7.96 -
YUV 94.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 203 44 74 0 0.78 0.64 0.20 348.68 0.64 0.48
Hex CB 2C 4A 0 4E 40 14 15D 40 30
Octal 313 54 112 0 116 100 24 535 100 60
Binary 11001011 101100 1001010 0 1001110 1000000 10100 101011101 1000000 110000

Color Harmonies of #CB2C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C4A

Black with #CB2C4A

Text Example


Text Example

White with #CB2C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C4A; }

 p { color: rgb(203,44,74); }

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

background-color css

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

 a { background-color: rgb(203,44,74); }

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

border-color css

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

 span { border-color: rgb(203,44,74); }

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