Html Css Color HEX #C03A09 Rust

📋 copy color: '#C03A09'

red 192 ◦ green 58 ◦ blue 9

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

Shades of Rust #C03A09

Tints of Rust #C03A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 74.13%
G = 22.39%
B = 3.47%

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

#C03A09 (or 0xC03A09) is known color: Rust. HEX triplet: C0, 3A and 09. RGB value is (192,58,9). Sum of RGB (Red+Green+Blue) = 192+58+9=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A09 is #3FC5F6. Grayscale: #5C5C5C. Windows color (decimal): -4179447 or 604864. OLE color: 604864.

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

Color convert

RGB 192 58 9 -
CMYK 0 0.70 0.95 0.25
HSL 16.07º 0.91% 0.39% -
HSV(B) 16.07º 0.95% 0.75% -
XYZ 23.3 14.25 1.78 -
YUV 92.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 192 58 9 0 0.70 0.95 0.25 16.07 0.91 0.39
Hex C0 3A 9 0 46 5F 19 10 5B 27
Octal 300 72 11 0 106 137 31 20 133 47
Binary 11000000 111010 1001 0 1000110 1011111 11001 10000 1011011 100111

Color Harmonies of #C03A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A09

Black with #C03A09

Text Example


Text Example

White with #C03A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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