Html Css Color HEX #C0450D Rust

📋 copy color: '#C0450D'

red 192 ◦ green 69 ◦ blue 13

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

Shades of Rust #C0450D

Tints of Rust #C0450D

RGB

 RED value IS 192 (75.39% from 255) = 70.07%

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 70.07%
G = 25.18%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0450D (or 0xC0450D) is known color: Rust. HEX triplet: C0, 45 and 0D. RGB value is (192,69,13). Sum of RGB (Red+Green+Blue) = 192+69+13=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0450D is #3FBAF2. Grayscale: #636363. Windows color (decimal): -4176627 or 869824. OLE color: 869824.

HSL color Cylindrical-coordinate representation of color #C0450D: hue angle of 18.77º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0450D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 13 -
CMYK 0 0.64 0.93 0.25
HSL 18.77º 0.87% 0.4% -
HSV(B) 18.77º 0.93% 0.75% -
XYZ 23.94 15.49 2.11 -
YUV 99.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 192 69 13 0 0.64 0.93 0.25 18.77 0.87 0.4
Hex C0 45 D 0 40 5D 19 13 57 28
Octal 300 105 15 0 100 135 31 23 127 50
Binary 11000000 1000101 1101 0 1000000 1011101 11001 10011 1010111 101000

Color Harmonies of #C0450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0450D

Black with #C0450D

Text Example


Text Example

White with #C0450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0450D; }

 p { color: rgb(192,69,13); }

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

background-color css

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

 a { background-color: rgb(192,69,13); }

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

border-color css

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

 span { border-color: rgb(192,69,13); }

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