Html Css Color HEX #C04502 Rust

📋 copy color: '#C04502'

red 192 ◦ green 69 ◦ blue 2

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

Shades of Rust #C04502

Tints of Rust #C04502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 73%
G = 26.24%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C04502 (or 0xC04502) is known color: Rust. HEX triplet: C0, 45 and 02. RGB value is (192,69,2). Sum of RGB (Red+Green+Blue) = 192+69+2=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C04502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04502 is #3FBAFD. Grayscale: #626262. Windows color (decimal): -4176638 or 148928. OLE color: 148928.

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

Color convert

RGB 192 69 2 -
CMYK 0 0.64 0.99 0.25
HSL 21.16º 0.98% 0.38% -
HSV(B) 21.16º 0.99% 0.75% -
XYZ 23.88 15.47 1.78 -
YUV 98.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 192 69 2 0 0.64 0.99 0.25 21.16 0.98 0.38
Hex C0 45 2 0 40 63 19 15 62 26
Octal 300 105 2 0 100 143 31 25 142 46
Binary 11000000 1000101 10 0 1000000 1100011 11001 10101 1100010 100110

Color Harmonies of #C04502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04502

Black with #C04502

Text Example


Text Example

White with #C04502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04502; }

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

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

background-color css

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

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

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

border-color css

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

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

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