Html Css Color HEX #C93A45 Brick Red

📋 copy color: '#C93A45'

red 201 ◦ green 58 ◦ blue 69

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

Shades of Brick Red #C93A45

Tints of Brick Red #C93A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 61.28%
G = 17.68%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C93A45 (or 0xC93A45) is known color: Brick Red. HEX triplet: C9, 3A and 45. RGB value is (201,58,69). Sum of RGB (Red+Green+Blue) = 201+58+69=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A45 is #36C5BA. Grayscale: #666666. Windows color (decimal): -3589563 or 4537033. OLE color: 4537033.

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

Color convert

RGB 201 58 69 -
CMYK 0 0.71 0.66 0.21
HSL 355.38º 0.57% 0.51% -
HSV(B) 355.38º 0.71% 0.79% -
XYZ 26.67 15.87 7.29 -
YUV 102.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 201 58 69 0 0.71 0.66 0.21 355.38 0.57 0.51
Hex C9 3A 45 0 47 42 15 163 39 33
Octal 311 72 105 0 107 102 25 543 71 63
Binary 11001001 111010 1000101 0 1000111 1000010 10101 101100011 111001 110011

Color Harmonies of #C93A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A45

Black with #C93A45

Text Example


Text Example

White with #C93A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A45; }

 p { color: rgb(201,58,69); }

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

background-color css

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

 a { background-color: rgb(201,58,69); }

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

border-color css

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

 span { border-color: rgb(201,58,69); }

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