Html Css Color HEX #C04712 Rust

📋 copy color: '#C04712'

red 192 ◦ green 71 ◦ blue 18

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

Shades of Rust #C04712

Tints of Rust #C04712

RGB

 RED value IS 192 (75.39% from 255) = 68.33%

 GREEN value IS 71 (28.13% from 255) = 25.27%

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

R = 68.33%
G = 25.27%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C04712 (or 0xC04712) is known color: Rust. HEX triplet: C0, 47 and 12. RGB value is (192,71,18). Sum of RGB (Red+Green+Blue) = 192+71+18=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C04712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04712 is #3FB8ED. Grayscale: #656565. Windows color (decimal): -4176110 or 1198016. OLE color: 1198016.

HSL color Cylindrical-coordinate representation of color #C04712: hue angle of 18.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C04712 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 18 -
CMYK 0 0.63 0.91 0.25
HSL 18.28º 0.83% 0.41% -
HSV(B) 18.28º 0.91% 0.75% -
XYZ 24.1 15.76 2.34 -
YUV 101.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 192 71 18 0 0.63 0.91 0.25 18.28 0.83 0.41
Hex C0 47 12 0 3F 5B 19 12 53 29
Octal 300 107 22 0 77 133 31 22 123 51
Binary 11000000 1000111 10010 0 111111 1011011 11001 10010 1010011 101001

Color Harmonies of #C04712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04712

Black with #C04712

Text Example


Text Example

White with #C04712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04712; }

 p { color: rgb(192,71,18); }

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

background-color css

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

 a { background-color: rgb(192,71,18); }

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

border-color css

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

 span { border-color: rgb(192,71,18); }

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