Html Css Color HEX #C45318 Rust

📋 copy color: '#C45318'

red 196 ◦ green 83 ◦ blue 24

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

Shades of Rust #C45318

Tints of Rust #C45318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.92%

R = 64.69%
G = 27.39%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C45318 (or 0xC45318) is known color: Rust. HEX triplet: C4, 53 and 18. RGB value is (196,83,24). Sum of RGB (Red+Green+Blue) = 196+83+24=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C45318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45318 is #3BACE7. Grayscale: #6E6E6E. Windows color (decimal): -3910888 or 1594308. OLE color: 1594308.

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

Color convert

RGB 196 83 24 -
CMYK 0 0.58 0.88 0.23
HSL 20.58º 0.78% 0.43% -
HSV(B) 20.58º 0.88% 0.77% -
XYZ 26.02 17.99 2.96 -
YUV 110.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 196 83 24 0 0.58 0.88 0.23 20.58 0.78 0.43
Hex C4 53 18 0 3A 58 17 15 4E 2B
Octal 304 123 30 0 72 130 27 25 116 53
Binary 11000100 1010011 11000 0 111010 1011000 10111 10101 1001110 101011

Color Harmonies of #C45318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45318

Black with #C45318

Text Example


Text Example

White with #C45318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45318; }

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

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

background-color css

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

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

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

border-color css

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

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

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