Html Css Color HEX #C44503 Rust

📋 copy color: '#C44503'

red 196 ◦ green 69 ◦ blue 3

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

Shades of Rust #C44503

Tints of Rust #C44503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 73.13%
G = 25.75%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C44503 (or 0xC44503) is known color: Rust. HEX triplet: C4, 45 and 03. RGB value is (196,69,3). Sum of RGB (Red+Green+Blue) = 196+69+3=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C44503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44503 is #3BBAFC. Grayscale: #636363. Windows color (decimal): -3914493 or 214468. OLE color: 214468.

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

Color convert

RGB 196 69 3 -
CMYK 0 0.65 0.98 0.23
HSL 20.52º 0.97% 0.39% -
HSV(B) 20.52º 0.98% 0.77% -
XYZ 24.91 16 1.86 -
YUV 99.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 196 69 3 0 0.65 0.98 0.23 20.52 0.97 0.39
Hex C4 45 3 0 41 62 17 15 61 27
Octal 304 105 3 0 101 142 27 25 141 47
Binary 11000100 1000101 11 0 1000001 1100010 10111 10101 1100001 100111

Color Harmonies of #C44503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44503

Black with #C44503

Text Example


Text Example

White with #C44503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44503; }

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

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

background-color css

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

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

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

border-color css

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

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

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