Html Css Color HEX #C03F08 Rust

📋 copy color: '#C03F08'

red 192 ◦ green 63 ◦ blue 8

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

Shades of Rust #C03F08

Tints of Rust #C03F08

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 73%
G = 23.95%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C03F08 (or 0xC03F08) is known color: Rust. HEX triplet: C0, 3F and 08. RGB value is (192,63,8). Sum of RGB (Red+Green+Blue) = 192+63+8=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F08 is #3FC0F7. Grayscale: #5F5F5F. Windows color (decimal): -4178168 or 540608. OLE color: 540608.

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

Color convert

RGB 192 63 8 -
CMYK 0 0.67 0.96 0.25
HSL 17.93º 0.92% 0.39% -
HSV(B) 17.93º 0.96% 0.75% -
XYZ 23.56 14.78 1.84 -
YUV 95.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 192 63 8 0 0.67 0.96 0.25 17.93 0.92 0.39
Hex C0 3F 8 0 43 60 19 12 5C 27
Octal 300 77 10 0 103 140 31 22 134 47
Binary 11000000 111111 1000 0 1000011 1100000 11001 10010 1011100 100111

Color Harmonies of #C03F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F08

Black with #C03F08

Text Example


Text Example

White with #C03F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F08; }

 p { color: rgb(192,63,8); }

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

background-color css

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

 a { background-color: rgb(192,63,8); }

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

border-color css

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

 span { border-color: rgb(192,63,8); }

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