Html Css Color HEX #C44501 Rust

📋 copy color: '#C44501'

red 196 ◦ green 69 ◦ blue 1

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

Shades of Rust #C44501

Tints of Rust #C44501

RGB

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

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

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

R = 73.68%
G = 25.94%
B = 0.38%

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

#C44501 (or 0xC44501) is known color: Rust. HEX triplet: C4, 45 and 01. RGB value is (196,69,1). Sum of RGB (Red+Green+Blue) = 196+69+1=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C44501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44501 is #3BBAFE. Grayscale: #636363. Windows color (decimal): -3914495 or 83396. OLE color: 83396.

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

Color convert

RGB 196 69 1 -
CMYK 0 0.65 0.99 0.23
HSL 20.92º 0.99% 0.39% -
HSV(B) 20.92º 0.99% 0.77% -
XYZ 24.9 15.99 1.8 -
YUV 99.22 72.58 197.03 -
System Red Green Blue C M Y K H S L
Decimal 196 69 1 0 0.65 0.99 0.23 20.92 0.99 0.39
Hex C4 45 1 0 41 63 17 15 63 27
Octal 304 105 1 0 101 143 27 25 143 47
Binary 11000100 1000101 1 0 1000001 1100011 10111 10101 1100011 100111

Color Harmonies of #C44501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44501

Black with #C44501

Text Example


Text Example

White with #C44501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44501; }

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

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

background-color css

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

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

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

border-color css

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

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

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