Html Css Color HEX #C93A43 Brick Red

📋 copy color: '#C93A43'

red 201 ◦ green 58 ◦ blue 67

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

Shades of Brick Red #C93A43

Tints of Brick Red #C93A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 61.66%
G = 17.79%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C93A43 (or 0xC93A43) is known color: Brick Red. HEX triplet: C9, 3A and 43. RGB value is (201,58,67). Sum of RGB (Red+Green+Blue) = 201+58+67=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A43 is #36C5BC. Grayscale: #656565. Windows color (decimal): -3589565 or 4405961. OLE color: 4405961.

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

Color convert

RGB 201 58 67 -
CMYK 0 0.71 0.67 0.21
HSL 356.22º 0.57% 0.51% -
HSV(B) 356.22º 0.71% 0.79% -
XYZ 26.61 15.85 6.97 -
YUV 101.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 201 58 67 0 0.71 0.67 0.21 356.22 0.57 0.51
Hex C9 3A 43 0 47 43 15 164 39 33
Octal 311 72 103 0 107 103 25 544 71 63
Binary 11001001 111010 1000011 0 1000111 1000011 10101 101100100 111001 110011

Color Harmonies of #C93A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A43

Black with #C93A43

Text Example


Text Example

White with #C93A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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