Html Css Color HEX #C03E08 Rust

📋 copy color: '#C03E08'

red 192 ◦ green 62 ◦ blue 8

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

Shades of Rust #C03E08

Tints of Rust #C03E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.66%

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

R = 73.28%
G = 23.66%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C03E08 (or 0xC03E08) is known color: Rust. HEX triplet: C0, 3E and 08. RGB value is (192,62,8). Sum of RGB (Red+Green+Blue) = 192+62+8=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E08 is #3FC1F7. Grayscale: #5F5F5F. Windows color (decimal): -4178424 or 540352. OLE color: 540352.

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

Color convert

RGB 192 62 8 -
CMYK 0 0.68 0.96 0.25
HSL 17.61º 0.92% 0.39% -
HSV(B) 17.61º 0.96% 0.75% -
XYZ 23.5 14.67 1.82 -
YUV 94.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 192 62 8 0 0.68 0.96 0.25 17.61 0.92 0.39
Hex C0 3E 8 0 44 60 19 12 5C 27
Octal 300 76 10 0 104 140 31 22 134 47
Binary 11000000 111110 1000 0 1000100 1100000 11001 10010 1011100 100111

Color Harmonies of #C03E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E08

Black with #C03E08

Text Example


Text Example

White with #C03E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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