Html Css Color HEX #C03B0E Rust

📋 copy color: '#C03B0E'

red 192 ◦ green 59 ◦ blue 14

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

Shades of Rust #C03B0E

Tints of Rust #C03B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 72.45%
G = 22.26%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C03B0E (or 0xC03B0E) is known color: Rust. HEX triplet: C0, 3B and 0E. RGB value is (192,59,14). Sum of RGB (Red+Green+Blue) = 192+59+14=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B0E is #3FC4F1. Grayscale: #5D5D5D. Windows color (decimal): -4179186 or 932800. OLE color: 932800.

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

Color convert

RGB 192 59 14 -
CMYK 0 0.69 0.93 0.25
HSL 15.17º 0.86% 0.4% -
HSV(B) 15.17º 0.93% 0.75% -
XYZ 23.38 14.37 1.96 -
YUV 93.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 192 59 14 0 0.69 0.93 0.25 15.17 0.86 0.4
Hex C0 3B E 0 45 5D 19 F 56 28
Octal 300 73 16 0 105 135 31 17 126 50
Binary 11000000 111011 1110 0 1000101 1011101 11001 1111 1010110 101000

Color Harmonies of #C03B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B0E

Black with #C03B0E

Text Example


Text Example

White with #C03B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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