Html Css Color HEX #C04801 Rust

📋 copy color: '#C04801'

red 192 ◦ green 72 ◦ blue 1

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

Shades of Rust #C04801

Tints of Rust #C04801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 72.45%
G = 27.17%
B = 0.38%

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

#C04801 (or 0xC04801) is known color: Rust. HEX triplet: C0, 48 and 01. RGB value is (192,72,1). Sum of RGB (Red+Green+Blue) = 192+72+1=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C04801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04801 is #3FB7FE. Grayscale: #646464. Windows color (decimal): -4175871 or 84160. OLE color: 84160.

HSL color Cylindrical-coordinate representation of color #C04801: hue angle of 22.3º degrees, saturation: 0.99, 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 #C04801 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 1 -
CMYK 0 0.63 0.99 0.25
HSL 22.3º 0.99% 0.38% -
HSV(B) 22.3º 0.99% 0.75% -
XYZ 24.06 15.84 1.82 -
YUV 99.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 192 72 1 0 0.63 0.99 0.25 22.3 0.99 0.38
Hex C0 48 1 0 3F 63 19 16 63 26
Octal 300 110 1 0 77 143 31 26 143 46
Binary 11000000 1001000 1 0 111111 1100011 11001 10110 1100011 100110

Color Harmonies of #C04801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04801

Black with #C04801

Text Example


Text Example

White with #C04801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04801; }

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

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

background-color css

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

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

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

border-color css

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

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

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