Html Css Color HEX #C44708 Rust

📋 copy color: '#C44708'

red 196 ◦ green 71 ◦ blue 8

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

Shades of Rust #C44708

Tints of Rust #C44708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.91%

R = 71.27%
G = 25.82%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44708 (or 0xC44708) is known color: Rust. HEX triplet: C4, 47 and 08. RGB value is (196,71,8). Sum of RGB (Red+Green+Blue) = 196+71+8=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C44708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44708 is #3BB8F7. Grayscale: #656565. Windows color (decimal): -3913976 or 542660. OLE color: 542660.

HSL color Cylindrical-coordinate representation of color #C44708: hue angle of 20.11º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44708 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 71 8 -
CMYK 0 0.64 0.96 0.23
HSL 20.11º 0.92% 0.4% -
HSV(B) 20.11º 0.96% 0.77% -
XYZ 25.06 16.26 2.05 -
YUV 101.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 196 71 8 0 0.64 0.96 0.23 20.11 0.92 0.4
Hex C4 47 8 0 40 60 17 14 5C 28
Octal 304 107 10 0 100 140 27 24 134 50
Binary 11000100 1000111 1000 0 1000000 1100000 10111 10100 1011100 101000

Color Harmonies of #C44708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44708

Black with #C44708

Text Example


Text Example

White with #C44708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44708; }

 p { color: rgb(196,71,8); }

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

background-color css

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

 a { background-color: rgb(196,71,8); }

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

border-color css

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

 span { border-color: rgb(196,71,8); }

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