Html Css Color HEX #CB3447 Brick Red

📋 copy color: '#CB3447'

red 203 ◦ green 52 ◦ blue 71

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

Shades of Brick Red #CB3447

Tints of Brick Red #CB3447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 62.27%
G = 15.95%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB3447 (or 0xCB3447) is known color: Brick Red. HEX triplet: CB, 34 and 47. RGB value is (203,52,71). Sum of RGB (Red+Green+Blue) = 203+52+71=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3447 is #34CBB8. Grayscale: #636363. Windows color (decimal): -3460025 or 4666571. OLE color: 4666571.

HSL color Cylindrical-coordinate representation of color #CB3447: hue angle of 352.45º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3447 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 52 71 -
CMYK 0 0.74 0.65 0.20
HSL 352.45º 0.59% 0.5% -
HSV(B) 352.45º 0.74% 0.8% -
XYZ 26.99 15.61 7.55 -
YUV 99.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 203 52 71 0 0.74 0.65 0.20 352.45 0.59 0.5
Hex CB 34 47 0 4A 41 14 160 3B 32
Octal 313 64 107 0 112 101 24 540 73 62
Binary 11001011 110100 1000111 0 1001010 1000001 10100 101100000 111011 110010

Color Harmonies of #CB3447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3447

Black with #CB3447

Text Example


Text Example

White with #CB3447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3447; }

 p { color: rgb(203,52,71); }

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

background-color css

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

 a { background-color: rgb(203,52,71); }

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

border-color css

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

 span { border-color: rgb(203,52,71); }

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