Html Css Color HEX #C0450A Rust

📋 copy color: '#C0450A'

red 192 ◦ green 69 ◦ blue 10

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

Shades of Rust #C0450A

Tints of Rust #C0450A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 70.85%
G = 25.46%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0450A (or 0xC0450A) is known color: Rust. HEX triplet: C0, 45 and 0A. RGB value is (192,69,10). Sum of RGB (Red+Green+Blue) = 192+69+10=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0450A is #3FBAF5. Grayscale: #636363. Windows color (decimal): -4176630 or 673216. OLE color: 673216.

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

Color convert

RGB 192 69 10 -
CMYK 0 0.64 0.95 0.25
HSL 19.45º 0.9% 0.4% -
HSV(B) 19.45º 0.95% 0.75% -
XYZ 23.92 15.48 2.02 -
YUV 99.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 192 69 10 0 0.64 0.95 0.25 19.45 0.9 0.4
Hex C0 45 A 0 40 5F 19 13 5A 28
Octal 300 105 12 0 100 137 31 23 132 50
Binary 11000000 1000101 1010 0 1000000 1011111 11001 10011 1011010 101000

Color Harmonies of #C0450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0450A

Black with #C0450A

Text Example


Text Example

White with #C0450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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