Html Css Color HEX #CB3541 Brick Red

📋 copy color: '#CB3541'

red 203 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #CB3541

Tints of Brick Red #CB3541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 63.24%
G = 16.51%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB3541 (or 0xCB3541) is known color: Brick Red. HEX triplet: CB, 35 and 41. RGB value is (203,53,65). Sum of RGB (Red+Green+Blue) = 203+53+65=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3541 is #34CABE. Grayscale: #636363. Windows color (decimal): -3459775 or 4273611. OLE color: 4273611.

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

Color convert

RGB 203 53 65 -
CMYK 0 0.74 0.68 0.20
HSL 355.2º 0.59% 0.5% -
HSV(B) 355.2º 0.74% 0.8% -
XYZ 26.86 15.62 6.6 -
YUV 99.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 203 53 65 0 0.74 0.68 0.20 355.2 0.59 0.5
Hex CB 35 41 0 4A 44 14 163 3B 32
Octal 313 65 101 0 112 104 24 543 73 62
Binary 11001011 110101 1000001 0 1001010 1000100 10100 101100011 111011 110010

Color Harmonies of #CB3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3541

Black with #CB3541

Text Example


Text Example

White with #CB3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3541; }

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

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

background-color css

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

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

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

border-color css

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

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

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