Html Css Color HEX #CB3147 Brick Red

📋 copy color: '#CB3147'

red 203 ◦ green 49 ◦ blue 71

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

Shades of Brick Red #CB3147

Tints of Brick Red #CB3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 62.85%
G = 15.17%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB3147 (or 0xCB3147) is known color: Brick Red. HEX triplet: CB, 31 and 47. RGB value is (203,49,71). Sum of RGB (Red+Green+Blue) = 203+49+71=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3147 is #34CEB8. Grayscale: #616161. Windows color (decimal): -3460793 or 4665803. OLE color: 4665803.

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

Color convert

RGB 203 49 71 -
CMYK 0 0.76 0.65 0.20
HSL 351.43º 0.61% 0.49% -
HSV(B) 351.43º 0.76% 0.8% -
XYZ 26.86 15.35 7.51 -
YUV 97.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 203 49 71 0 0.76 0.65 0.20 351.43 0.61 0.49
Hex CB 31 47 0 4C 41 14 15F 3D 31
Octal 313 61 107 0 114 101 24 537 75 61
Binary 11001011 110001 1000111 0 1001100 1000001 10100 101011111 111101 110001

Color Harmonies of #CB3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3147

Black with #CB3147

Text Example


Text Example

White with #CB3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3147; }

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

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

background-color css

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

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

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

border-color css

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

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

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