Html Css Color HEX #C44804 Rust

📋 copy color: '#C44804'

red 196 ◦ green 72 ◦ blue 4

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

Shades of Rust #C44804

Tints of Rust #C44804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 72.06%
G = 26.47%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C44804 (or 0xC44804) is known color: Rust. HEX triplet: C4, 48 and 04. RGB value is (196,72,4). Sum of RGB (Red+Green+Blue) = 196+72+4=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C44804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44804 is #3BB7FB. Grayscale: #656565. Windows color (decimal): -3913724 or 280772. OLE color: 280772.

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

Color convert

RGB 196 72 4 -
CMYK 0 0.63 0.98 0.23
HSL 21.25º 0.96% 0.39% -
HSV(B) 21.25º 0.98% 0.77% -
XYZ 25.1 16.38 1.95 -
YUV 101.32 73.08 195.53 -
System Red Green Blue C M Y K H S L
Decimal 196 72 4 0 0.63 0.98 0.23 21.25 0.96 0.39
Hex C4 48 4 0 3F 62 17 15 60 27
Octal 304 110 4 0 77 142 27 25 140 47
Binary 11000100 1001000 100 0 111111 1100010 10111 10101 1100000 100111

Color Harmonies of #C44804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44804

Black with #C44804

Text Example


Text Example

White with #C44804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44804; }

 p { color: rgb(196,72,4); }

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

background-color css

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

 a { background-color: rgb(196,72,4); }

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

border-color css

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

 span { border-color: rgb(196,72,4); }

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