Html Css Color HEX #CB2B4A Brick Red

📋 copy color: '#CB2B4A'

red 203 ◦ green 43 ◦ blue 74

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

Shades of Brick Red #CB2B4A

Tints of Brick Red #CB2B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

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

R = 63.44%
G = 13.44%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB2B4A (or 0xCB2B4A) is known color: Brick Red. HEX triplet: CB, 2B and 4A. RGB value is (203,43,74). Sum of RGB (Red+Green+Blue) = 203+43+74=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2B4A is #34D4B5. Grayscale: #5E5E5E. Windows color (decimal): -3462326 or 4860875. OLE color: 4860875.

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

Color convert

RGB 203 43 74 -
CMYK 0 0.79 0.64 0.20
HSL 348.38º 0.65% 0.48% -
HSV(B) 348.38º 0.79% 0.8% -
XYZ 26.73 14.92 7.95 -
YUV 94.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 203 43 74 0 0.79 0.64 0.20 348.38 0.65 0.48
Hex CB 2B 4A 0 4F 40 14 15C 41 30
Octal 313 53 112 0 117 100 24 534 101 60
Binary 11001011 101011 1001010 0 1001111 1000000 10100 101011100 1000001 110000

Color Harmonies of #CB2B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2B4A

Black with #CB2B4A

Text Example


Text Example

White with #CB2B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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