Html Css Color HEX #C9394B Brick Red

📋 copy color: '#C9394B'

red 201 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #C9394B

Tints of Brick Red #C9394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

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

R = 60.36%
G = 17.12%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9394B (or 0xC9394B) is known color: Brick Red. HEX triplet: C9, 39 and 4B. RGB value is (201,57,75). Sum of RGB (Red+Green+Blue) = 201+57+75=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9394B is #36C6B4. Grayscale: #666666. Windows color (decimal): -3589813 or 4929993. OLE color: 4929993.

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

Color convert

RGB 201 57 75 -
CMYK 0 0.72 0.63 0.21
HSL 352.5º 0.57% 0.51% -
HSV(B) 352.5º 0.72% 0.79% -
XYZ 26.82 15.85 8.3 -
YUV 102.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 201 57 75 0 0.72 0.63 0.21 352.5 0.57 0.51
Hex C9 39 4B 0 48 3F 15 160 39 33
Octal 311 71 113 0 110 77 25 540 71 63
Binary 11001001 111001 1001011 0 1001000 111111 10101 101100000 111001 110011

Color Harmonies of #C9394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9394B

Black with #C9394B

Text Example


Text Example

White with #C9394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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