Html Css Color HEX #CB3549 Brick Red

📋 copy color: '#CB3549'

red 203 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #CB3549

Tints of Brick Red #CB3549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 61.7%
G = 16.11%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB3549 (or 0xCB3549) is known color: Brick Red. HEX triplet: CB, 35 and 49. RGB value is (203,53,73). Sum of RGB (Red+Green+Blue) = 203+53+73=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3549 is #34CAB6. Grayscale: #646464. Windows color (decimal): -3459767 or 4797899. OLE color: 4797899.

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

Color convert

RGB 203 53 73 -
CMYK 0 0.74 0.64 0.20
HSL 352º 0.59% 0.5% -
HSV(B) 352º 0.74% 0.8% -
XYZ 27.1 15.72 7.91 -
YUV 100.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 203 53 73 0 0.74 0.64 0.20 352 0.59 0.5
Hex CB 35 49 0 4A 40 14 160 3B 32
Octal 313 65 111 0 112 100 24 540 73 62
Binary 11001011 110101 1001001 0 1001010 1000000 10100 101100000 111011 110010

Color Harmonies of #CB3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3549

Black with #CB3549

Text Example


Text Example

White with #CB3549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3549; }

 p { color: rgb(203,53,73); }

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

background-color css

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

 a { background-color: rgb(203,53,73); }

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

border-color css

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

 span { border-color: rgb(203,53,73); }

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