Html Css Color HEX #C03B0A Rust

📋 copy color: '#C03B0A'

red 192 ◦ green 59 ◦ blue 10

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

Shades of Rust #C03B0A

Tints of Rust #C03B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

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

R = 73.56%
G = 22.61%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C03B0A (or 0xC03B0A) is known color: Rust. HEX triplet: C0, 3B and 0A. RGB value is (192,59,10). Sum of RGB (Red+Green+Blue) = 192+59+10=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B0A is #3FC4F5. Grayscale: #5D5D5D. Windows color (decimal): -4179190 or 670656. OLE color: 670656.

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

Color convert

RGB 192 59 10 -
CMYK 0 0.69 0.95 0.25
HSL 16.15º 0.9% 0.4% -
HSV(B) 16.15º 0.95% 0.75% -
XYZ 23.36 14.36 1.83 -
YUV 93.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 192 59 10 0 0.69 0.95 0.25 16.15 0.9 0.4
Hex C0 3B A 0 45 5F 19 10 5A 28
Octal 300 73 12 0 105 137 31 20 132 50
Binary 11000000 111011 1010 0 1000101 1011111 11001 10000 1011010 101000

Color Harmonies of #C03B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B0A

Black with #C03B0A

Text Example


Text Example

White with #C03B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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