Html Css Color HEX #C44908 Rust

📋 copy color: '#C44908'

red 196 ◦ green 73 ◦ blue 8

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

Shades of Rust #C44908

Tints of Rust #C44908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 70.76%
G = 26.35%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44908 (or 0xC44908) is known color: Rust. HEX triplet: C4, 49 and 08. RGB value is (196,73,8). Sum of RGB (Red+Green+Blue) = 196+73+8=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C44908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44908 is #3BB6F7. Grayscale: #666666. Windows color (decimal): -3913464 or 543172. OLE color: 543172.

HSL color Cylindrical-coordinate representation of color #C44908: hue angle of 20.74º 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 #C44908 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 8 -
CMYK 0 0.63 0.96 0.23
HSL 20.74º 0.92% 0.4% -
HSV(B) 20.74º 0.96% 0.77% -
XYZ 25.19 16.52 2.09 -
YUV 102.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 196 73 8 0 0.63 0.96 0.23 20.74 0.92 0.4
Hex C4 49 8 0 3F 60 17 15 5C 28
Octal 304 111 10 0 77 140 27 25 134 50
Binary 11000100 1001001 1000 0 111111 1100000 10111 10101 1011100 101000

Color Harmonies of #C44908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44908

Black with #C44908

Text Example


Text Example

White with #C44908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44908; }

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

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

background-color css

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

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

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

border-color css

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

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

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