Html Css Color HEX #C45319 Rust

📋 copy color: '#C45319'

red 196 ◦ green 83 ◦ blue 25

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

Shades of Rust #C45319

Tints of Rust #C45319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 64.47%
G = 27.3%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C45319 (or 0xC45319) is known color: Rust. HEX triplet: C4, 53 and 19. RGB value is (196,83,25). Sum of RGB (Red+Green+Blue) = 196+83+25=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C45319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45319 is #3BACE6. Grayscale: #6E6E6E. Windows color (decimal): -3910887 or 1659844. OLE color: 1659844.

HSL color Cylindrical-coordinate representation of color #C45319: hue angle of 20.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C45319 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 25 -
CMYK 0 0.58 0.87 0.23
HSL 20.35º 0.77% 0.43% -
HSV(B) 20.35º 0.87% 0.77% -
XYZ 26.03 17.99 3.02 -
YUV 110.18 79.94 189.22 -
System Red Green Blue C M Y K H S L
Decimal 196 83 25 0 0.58 0.87 0.23 20.35 0.77 0.43
Hex C4 53 19 0 3A 57 17 14 4D 2B
Octal 304 123 31 0 72 127 27 24 115 53
Binary 11000100 1010011 11001 0 111010 1010111 10111 10100 1001101 101011

Color Harmonies of #C45319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45319

Black with #C45319

Text Example


Text Example

White with #C45319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45319; }

 p { color: rgb(196,83,25); }

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

background-color css

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

 a { background-color: rgb(196,83,25); }

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

border-color css

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

 span { border-color: rgb(196,83,25); }

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