Html Css Color HEX #C93546 Brick Red

📋 copy color: '#C93546'

red 201 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #C93546

Tints of Brick Red #C93546

RGB

 RED value IS 201 (78.91% from 255) = 62.04%

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

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 62.04%
G = 16.36%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93546 (or 0xC93546) is known color: Brick Red. HEX triplet: C9, 35 and 46. RGB value is (201,53,70). Sum of RGB (Red+Green+Blue) = 201+53+70=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C93546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93546 is #36CAB9. Grayscale: #636363. Windows color (decimal): -3590842 or 4601289. OLE color: 4601289.

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

Color convert

RGB 201 53 70 -
CMYK 0 0.74 0.65 0.21
HSL 353.11º 0.58% 0.5% -
HSV(B) 353.11º 0.74% 0.79% -
XYZ 26.47 15.41 7.37 -
YUV 99.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 201 53 70 0 0.74 0.65 0.21 353.11 0.58 0.5
Hex C9 35 46 0 4A 41 15 161 3A 32
Octal 311 65 106 0 112 101 25 541 72 62
Binary 11001001 110101 1000110 0 1001010 1000001 10101 101100001 111010 110010

Color Harmonies of #C93546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93546

Black with #C93546

Text Example


Text Example

White with #C93546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93546; }

 p { color: rgb(201,53,70); }

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

background-color css

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

 a { background-color: rgb(201,53,70); }

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

border-color css

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

 span { border-color: rgb(201,53,70); }

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