Html Css Color HEX #C04808 Rust

📋 copy color: '#C04808'

red 192 ◦ green 72 ◦ blue 8

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

Shades of Rust #C04808

Tints of Rust #C04808

RGB

 RED value IS 192 (75.39% from 255) = 70.59%

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

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

R = 70.59%
G = 26.47%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C04808 (or 0xC04808) is known color: Rust. HEX triplet: C0, 48 and 08. RGB value is (192,72,8). Sum of RGB (Red+Green+Blue) = 192+72+8=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C04808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04808 is #3FB7F7. Grayscale: #646464. Windows color (decimal): -4175864 or 542912. OLE color: 542912.

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

Color convert

RGB 192 72 8 -
CMYK 0 0.63 0.96 0.25
HSL 20.87º 0.92% 0.39% -
HSV(B) 20.87º 0.96% 0.75% -
XYZ 24.1 15.86 2.02 -
YUV 100.58 75.76 193.2 -
System Red Green Blue C M Y K H S L
Decimal 192 72 8 0 0.63 0.96 0.25 20.87 0.92 0.39
Hex C0 48 8 0 3F 60 19 15 5C 27
Octal 300 110 10 0 77 140 31 25 134 47
Binary 11000000 1001000 1000 0 111111 1100000 11001 10101 1011100 100111

Color Harmonies of #C04808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04808

Black with #C04808

Text Example


Text Example

White with #C04808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04808; }

 p { color: rgb(192,72,8); }

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

background-color css

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

 a { background-color: rgb(192,72,8); }

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

border-color css

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

 span { border-color: rgb(192,72,8); }

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