Html Css Color HEX #C93A4B Brick Red

📋 copy color: '#C93A4B'

red 201 ◦ green 58 ◦ blue 75

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

Shades of Brick Red #C93A4B

Tints of Brick Red #C93A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 60.18%
G = 17.37%
B = 22.46%

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

#C93A4B (or 0xC93A4B) is known color: Brick Red. HEX triplet: C9, 3A and 4B. RGB value is (201,58,75). Sum of RGB (Red+Green+Blue) = 201+58+75=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A4B is #36C5B4. Grayscale: #666666. Windows color (decimal): -3589557 or 4930249. OLE color: 4930249.

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

Color convert

RGB 201 58 75 -
CMYK 0 0.71 0.63 0.21
HSL 352.87º 0.57% 0.51% -
HSV(B) 352.87º 0.71% 0.79% -
XYZ 26.87 15.95 8.32 -
YUV 102.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 201 58 75 0 0.71 0.63 0.21 352.87 0.57 0.51
Hex C9 3A 4B 0 47 3F 15 161 39 33
Octal 311 72 113 0 107 77 25 541 71 63
Binary 11001001 111010 1001011 0 1000111 111111 10101 101100001 111001 110011

Color Harmonies of #C93A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A4B

Black with #C93A4B

Text Example


Text Example

White with #C93A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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