Html Css Color HEX #C24712 Rust

📋 copy color: '#C24712'

red 194 ◦ green 71 ◦ blue 18

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

Shades of Rust #C24712

Tints of Rust #C24712

RGB

 RED value IS 194 (76.17% from 255) = 68.55%

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

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

R = 68.55%
G = 25.09%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C24712 (or 0xC24712) is known color: Rust. HEX triplet: C2, 47 and 12. RGB value is (194,71,18). Sum of RGB (Red+Green+Blue) = 194+71+18=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24712 is #3DB8ED. Grayscale: #666666. Windows color (decimal): -4045038 or 1198018. OLE color: 1198018.

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

Color convert

RGB 194 71 18 -
CMYK 0 0.63 0.91 0.24
HSL 18.07º 0.83% 0.42% -
HSV(B) 18.07º 0.91% 0.76% -
XYZ 24.61 16.02 2.37 -
YUV 101.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 194 71 18 0 0.63 0.91 0.24 18.07 0.83 0.42
Hex C2 47 12 0 3F 5B 18 12 53 2A
Octal 302 107 22 0 77 133 30 22 123 52
Binary 11000010 1000111 10010 0 111111 1011011 11000 10010 1010011 101010

Color Harmonies of #C24712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24712

Black with #C24712

Text Example


Text Example

White with #C24712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24712; }

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

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

background-color css

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

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

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

border-color css

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

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

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