Html Css Color HEX #C93A4A Brick Red

📋 copy color: '#C93A4A'

red 201 ◦ green 58 ◦ blue 74

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

Shades of Brick Red #C93A4A

Tints of Brick Red #C93A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 60.36%
G = 17.42%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C93A4A (or 0xC93A4A) is known color: Brick Red. HEX triplet: C9, 3A and 4A. RGB value is (201,58,74). Sum of RGB (Red+Green+Blue) = 201+58+74=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A4A is #36C5B5. Grayscale: #666666. Windows color (decimal): -3589558 or 4864713. OLE color: 4864713.

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

Color convert

RGB 201 58 74 -
CMYK 0 0.71 0.63 0.21
HSL 353.29º 0.57% 0.51% -
HSV(B) 353.29º 0.71% 0.79% -
XYZ 26.84 15.94 8.14 -
YUV 102.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 201 58 74 0 0.71 0.63 0.21 353.29 0.57 0.51
Hex C9 3A 4A 0 47 3F 15 161 39 33
Octal 311 72 112 0 107 77 25 541 71 63
Binary 11001001 111010 1001010 0 1000111 111111 10101 101100001 111001 110011

Color Harmonies of #C93A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A4A

Black with #C93A4A

Text Example


Text Example

White with #C93A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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