Html Css Color HEX #C03A0A Rust

📋 copy color: '#C03A0A'

red 192 ◦ green 58 ◦ blue 10

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

Shades of Rust #C03A0A

Tints of Rust #C03A0A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

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

R = 73.85%
G = 22.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C03A0A (or 0xC03A0A) is known color: Rust. HEX triplet: C0, 3A and 0A. RGB value is (192,58,10). Sum of RGB (Red+Green+Blue) = 192+58+10=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A0A is #3FC5F5. Grayscale: #5C5C5C. Windows color (decimal): -4179446 or 670400. OLE color: 670400.

HSL color Cylindrical-coordinate representation of color #C03A0A: hue angle of 15.82º 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 #C03A0A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 58 10 -
CMYK 0 0.70 0.95 0.25
HSL 15.82º 0.9% 0.4% -
HSV(B) 15.82º 0.95% 0.75% -
XYZ 23.31 14.25 1.81 -
YUV 92.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 192 58 10 0 0.70 0.95 0.25 15.82 0.9 0.4
Hex C0 3A A 0 46 5F 19 10 5A 28
Octal 300 72 12 0 106 137 31 20 132 50
Binary 11000000 111010 1010 0 1000110 1011111 11001 10000 1011010 101000

Color Harmonies of #C03A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A0A

Black with #C03A0A

Text Example


Text Example

White with #C03A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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