Html Css Color HEX #C04802 Rust

📋 copy color: '#C04802'

red 192 ◦ green 72 ◦ blue 2

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

Shades of Rust #C04802

Tints of Rust #C04802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 72.18%
G = 27.07%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C04802 (or 0xC04802) is known color: Rust. HEX triplet: C0, 48 and 02. RGB value is (192,72,2). Sum of RGB (Red+Green+Blue) = 192+72+2=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C04802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04802 is #3FB7FD. Grayscale: #646464. Windows color (decimal): -4175870 or 149696. OLE color: 149696.

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

Color convert

RGB 192 72 2 -
CMYK 0 0.63 0.99 0.25
HSL 22.11º 0.98% 0.38% -
HSV(B) 22.11º 0.99% 0.75% -
XYZ 24.07 15.85 1.85 -
YUV 99.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 192 72 2 0 0.63 0.99 0.25 22.11 0.98 0.38
Hex C0 48 2 0 3F 63 19 16 62 26
Octal 300 110 2 0 77 143 31 26 142 46
Binary 11000000 1001000 10 0 111111 1100011 11001 10110 1100010 100110

Color Harmonies of #C04802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04802

Black with #C04802

Text Example


Text Example

White with #C04802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04802; }

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

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

background-color css

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

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

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

border-color css

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

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

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