Html Css Color HEX #C93A48 Brick Red

📋 copy color: '#C93A48'

red 201 ◦ green 58 ◦ blue 72

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

Shades of Brick Red #C93A48

Tints of Brick Red #C93A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 60.73%
G = 17.52%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93A48 (or 0xC93A48) is known color: Brick Red. HEX triplet: C9, 3A and 48. RGB value is (201,58,72). Sum of RGB (Red+Green+Blue) = 201+58+72=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A48 is #36C5B7. Grayscale: #666666. Windows color (decimal): -3589560 or 4733641. OLE color: 4733641.

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

Color convert

RGB 201 58 72 -
CMYK 0 0.71 0.64 0.21
HSL 354.13º 0.57% 0.51% -
HSV(B) 354.13º 0.71% 0.79% -
XYZ 26.77 15.91 7.79 -
YUV 102.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 201 58 72 0 0.71 0.64 0.21 354.13 0.57 0.51
Hex C9 3A 48 0 47 40 15 162 39 33
Octal 311 72 110 0 107 100 25 542 71 63
Binary 11001001 111010 1001000 0 1000111 1000000 10101 101100010 111001 110011

Color Harmonies of #C93A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A48

Black with #C93A48

Text Example


Text Example

White with #C93A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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