Html Css Color HEX #C44502 Rust

📋 copy color: '#C44502'

red 196 ◦ green 69 ◦ blue 2

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

Shades of Rust #C44502

Tints of Rust #C44502

RGB

 RED value IS 196 (76.95% from 255) = 73.41%

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

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

R = 73.41%
G = 25.84%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C44502 (or 0xC44502) is known color: Rust. HEX triplet: C4, 45 and 02. RGB value is (196,69,2). Sum of RGB (Red+Green+Blue) = 196+69+2=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C44502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44502 is #3BBAFD. Grayscale: #636363. Windows color (decimal): -3914494 or 148932. OLE color: 148932.

HSL color Cylindrical-coordinate representation of color #C44502: hue angle of 20.72º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C44502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 69 2 -
CMYK 0 0.65 0.99 0.23
HSL 20.72º 0.98% 0.39% -
HSV(B) 20.72º 0.99% 0.77% -
XYZ 24.9 16 1.83 -
YUV 99.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 196 69 2 0 0.65 0.99 0.23 20.72 0.98 0.39
Hex C4 45 2 0 41 63 17 15 62 27
Octal 304 105 2 0 101 143 27 25 142 47
Binary 11000100 1000101 10 0 1000001 1100011 10111 10101 1100010 100111

Color Harmonies of #C44502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44502

Black with #C44502

Text Example


Text Example

White with #C44502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44502; }

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

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

background-color css

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

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

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

border-color css

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

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

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