Html Css Color HEX #C44207 Rust

📋 copy color: '#C44207'

red 196 ◦ green 66 ◦ blue 7

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

Shades of Rust #C44207

Tints of Rust #C44207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

 BLUE value IS 7 (3.13% from 255) = 2.6%

R = 72.86%
G = 24.54%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44207 (or 0xC44207) is known color: Rust. HEX triplet: C4, 42 and 07. RGB value is (196,66,7). Sum of RGB (Red+Green+Blue) = 196+66+7=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C44207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44207 is #3BBDF8. Grayscale: #626262. Windows color (decimal): -3915257 or 475844. OLE color: 475844.

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

Color convert

RGB 196 66 7 -
CMYK 0 0.66 0.96 0.23
HSL 18.73º 0.93% 0.4% -
HSV(B) 18.73º 0.96% 0.77% -
XYZ 24.75 15.65 1.92 -
YUV 98.14 76.57 197.8 -
System Red Green Blue C M Y K H S L
Decimal 196 66 7 0 0.66 0.96 0.23 18.73 0.93 0.4
Hex C4 42 7 0 42 60 17 13 5D 28
Octal 304 102 7 0 102 140 27 23 135 50
Binary 11000100 1000010 111 0 1000010 1100000 10111 10011 1011101 101000

Color Harmonies of #C44207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44207

Black with #C44207

Text Example


Text Example

White with #C44207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44207; }

 p { color: rgb(196,66,7); }

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

background-color css

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

 a { background-color: rgb(196,66,7); }

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

border-color css

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

 span { border-color: rgb(196,66,7); }

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