Html Css Color HEX #C03D0A Rust

📋 copy color: '#C03D0A'

red 192 ◦ green 61 ◦ blue 10

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

Shades of Rust #C03D0A

Tints of Rust #C03D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.19%

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

R = 73%
G = 23.19%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C03D0A (or 0xC03D0A) is known color: Rust. HEX triplet: C0, 3D and 0A. RGB value is (192,61,10). Sum of RGB (Red+Green+Blue) = 192+61+10=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D0A is #3FC2F5. Grayscale: #5E5E5E. Windows color (decimal): -4178678 or 671168. OLE color: 671168.

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

Color convert

RGB 192 61 10 -
CMYK 0 0.68 0.95 0.25
HSL 16.81º 0.9% 0.4% -
HSV(B) 16.81º 0.95% 0.75% -
XYZ 23.46 14.57 1.86 -
YUV 94.36 80.4 197.65 -
System Red Green Blue C M Y K H S L
Decimal 192 61 10 0 0.68 0.95 0.25 16.81 0.9 0.4
Hex C0 3D A 0 44 5F 19 11 5A 28
Octal 300 75 12 0 104 137 31 21 132 50
Binary 11000000 111101 1010 0 1000100 1011111 11001 10001 1011010 101000

Color Harmonies of #C03D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D0A

Black with #C03D0A

Text Example


Text Example

White with #C03D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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