Html Css Color HEX #CB3247 Brick Red

📋 copy color: '#CB3247'

red 203 ◦ green 50 ◦ blue 71

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

Shades of Brick Red #CB3247

Tints of Brick Red #CB3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 62.65%
G = 15.43%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB3247 (or 0xCB3247) is known color: Brick Red. HEX triplet: CB, 32 and 47. RGB value is (203,50,71). Sum of RGB (Red+Green+Blue) = 203+50+71=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3247 is #34CDB8. Grayscale: #626262. Windows color (decimal): -3460537 or 4666059. OLE color: 4666059.

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

Color convert

RGB 203 50 71 -
CMYK 0 0.75 0.65 0.20
HSL 351.76º 0.6% 0.5% -
HSV(B) 351.76º 0.75% 0.8% -
XYZ 26.91 15.43 7.52 -
YUV 98.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 203 50 71 0 0.75 0.65 0.20 351.76 0.6 0.5
Hex CB 32 47 0 4B 41 14 160 3C 32
Octal 313 62 107 0 113 101 24 540 74 62
Binary 11001011 110010 1000111 0 1001011 1000001 10100 101100000 111100 110010

Color Harmonies of #CB3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3247

Black with #CB3247

Text Example


Text Example

White with #CB3247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3247; }

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

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

background-color css

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

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

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

border-color css

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

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

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