Html Css Color HEX #C94812 Rust

📋 copy color: '#C94812'

red 201 ◦ green 72 ◦ blue 18

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

Shades of Rust #C94812

Tints of Rust #C94812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 69.07%
G = 24.74%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C94812 (or 0xC94812) is known color: Rust. HEX triplet: C9, 48 and 12. RGB value is (201,72,18). Sum of RGB (Red+Green+Blue) = 201+72+18=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94812 is #36B7ED. Grayscale: #686868. Windows color (decimal): -3586030 or 1198281. OLE color: 1198281.

HSL color Cylindrical-coordinate representation of color #C94812: hue angle of 17.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C94812 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 18 -
CMYK 0 0.64 0.91 0.21
HSL 17.7º 0.84% 0.43% -
HSV(B) 17.7º 0.91% 0.79% -
XYZ 26.51 17.1 2.47 -
YUV 104.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 201 72 18 0 0.64 0.91 0.21 17.7 0.84 0.43
Hex C9 48 12 0 40 5B 15 12 54 2B
Octal 311 110 22 0 100 133 25 22 124 53
Binary 11001001 1001000 10010 0 1000000 1011011 10101 10010 1010100 101011

Color Harmonies of #C94812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94812

Black with #C94812

Text Example


Text Example

White with #C94812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94812; }

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

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

background-color css

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

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

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

border-color css

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

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

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