Html Css Color HEX #C93C46 Brick Red

📋 copy color: '#C93C46'

red 201 ◦ green 60 ◦ blue 70

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

Shades of Brick Red #C93C46

Tints of Brick Red #C93C46

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 60.73%
G = 18.13%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C93C46 (or 0xC93C46) is known color: Brick Red. HEX triplet: C9, 3C and 46. RGB value is (201,60,70). Sum of RGB (Red+Green+Blue) = 201+60+70=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C46 is #36C3B9. Grayscale: #676767. Windows color (decimal): -3589050 or 4603081. OLE color: 4603081.

HSL color Cylindrical-coordinate representation of color #C93C46: hue angle of 355.74º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C46 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 70 -
CMYK 0 0.70 0.65 0.21
HSL 355.74º 0.57% 0.51% -
HSV(B) 355.74º 0.7% 0.79% -
XYZ 26.81 16.09 7.49 -
YUV 103.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 201 60 70 0 0.70 0.65 0.21 355.74 0.57 0.51
Hex C9 3C 46 0 46 41 15 164 39 33
Octal 311 74 106 0 106 101 25 544 71 63
Binary 11001001 111100 1000110 0 1000110 1000001 10101 101100100 111001 110011

Color Harmonies of #C93C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C46

Black with #C93C46

Text Example


Text Example

White with #C93C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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