Html Css Color HEX #C04201 Rust

📋 copy color: '#C04201'

red 192 ◦ green 66 ◦ blue 1

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

Shades of Rust #C04201

Tints of Rust #C04201

RGB

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

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

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

R = 74.13%
G = 25.48%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C04201 (or 0xC04201) is known color: Rust. HEX triplet: C0, 42 and 01. RGB value is (192,66,1). Sum of RGB (Red+Green+Blue) = 192+66+1=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C04201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04201 is #3FBDFE. Grayscale: #606060. Windows color (decimal): -4177407 or 82624. OLE color: 82624.

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

Color convert

RGB 192 66 1 -
CMYK 0 0.66 0.99 0.25
HSL 20.42º 0.99% 0.38% -
HSV(B) 20.42º 0.99% 0.75% -
XYZ 23.69 15.11 1.7 -
YUV 96.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 192 66 1 0 0.66 0.99 0.25 20.42 0.99 0.38
Hex C0 42 1 0 42 63 19 14 63 26
Octal 300 102 1 0 102 143 31 24 143 46
Binary 11000000 1000010 1 0 1000010 1100011 11001 10100 1100011 100110

Color Harmonies of #C04201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04201

Black with #C04201

Text Example


Text Example

White with #C04201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04201; }

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

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

background-color css

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

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

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

border-color css

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

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

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