Html Css Color HEX #C44508 Rust

📋 copy color: '#C44508'

red 196 ◦ green 69 ◦ blue 8

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

Shades of Rust #C44508

Tints of Rust #C44508

RGB

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

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

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

R = 71.79%
G = 25.27%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44508 (or 0xC44508) is known color: Rust. HEX triplet: C4, 45 and 08. RGB value is (196,69,8). Sum of RGB (Red+Green+Blue) = 196+69+8=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C44508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44508 is #3BBAF7. Grayscale: #646464. Windows color (decimal): -3914488 or 542148. OLE color: 542148.

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

Color convert

RGB 196 69 8 -
CMYK 0 0.65 0.96 0.23
HSL 19.47º 0.92% 0.4% -
HSV(B) 19.47º 0.96% 0.77% -
XYZ 24.94 16.01 2.01 -
YUV 100.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 196 69 8 0 0.65 0.96 0.23 19.47 0.92 0.4
Hex C4 45 8 0 41 60 17 13 5C 28
Octal 304 105 10 0 101 140 27 23 134 50
Binary 11000100 1000101 1000 0 1000001 1100000 10111 10011 1011100 101000

Color Harmonies of #C44508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44508

Black with #C44508

Text Example


Text Example

White with #C44508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44508; }

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

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

background-color css

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

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

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

border-color css

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

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

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