Html Css Color HEX #C44512 Rust

📋 copy color: '#C44512'

red 196 ◦ green 69 ◦ blue 18

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

Shades of Rust #C44512

Tints of Rust #C44512

RGB

 RED value IS 196 (76.95% from 255) = 69.26%

 GREEN value IS 69 (27.34% from 255) = 24.38%

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

R = 69.26%
G = 24.38%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C44512 (or 0xC44512) is known color: Rust. HEX triplet: C4, 45 and 12. RGB value is (196,69,18). Sum of RGB (Red+Green+Blue) = 196+69+18=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C44512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44512 is #3BBAED. Grayscale: #656565. Windows color (decimal): -3914478 or 1197508. OLE color: 1197508.

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

Color convert

RGB 196 69 18 -
CMYK 0 0.65 0.91 0.23
HSL 17.19º 0.83% 0.42% -
HSV(B) 17.19º 0.91% 0.77% -
XYZ 25 16.04 2.35 -
YUV 101.16 81.08 195.65 -
System Red Green Blue C M Y K H S L
Decimal 196 69 18 0 0.65 0.91 0.23 17.19 0.83 0.42
Hex C4 45 12 0 41 5B 17 11 53 2A
Octal 304 105 22 0 101 133 27 21 123 52
Binary 11000100 1000101 10010 0 1000001 1011011 10111 10001 1010011 101010

Color Harmonies of #C44512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44512

Black with #C44512

Text Example


Text Example

White with #C44512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44512; }

 p { color: rgb(196,69,18); }

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

background-color css

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

 a { background-color: rgb(196,69,18); }

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

border-color css

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

 span { border-color: rgb(196,69,18); }

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