Html Css Color HEX #C03B08 Rust

📋 copy color: '#C03B08'

red 192 ◦ green 59 ◦ blue 8

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

Shades of Rust #C03B08

Tints of Rust #C03B08

RGB

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

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

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

R = 74.13%
G = 22.78%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C03B08 (or 0xC03B08) is known color: Rust. HEX triplet: C0, 3B and 08. RGB value is (192,59,8). Sum of RGB (Red+Green+Blue) = 192+59+8=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B08 is #3FC4F7. Grayscale: #5D5D5D. Windows color (decimal): -4179192 or 539584. OLE color: 539584.

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

Color convert

RGB 192 59 8 -
CMYK 0 0.69 0.96 0.25
HSL 16.63º 0.92% 0.39% -
HSV(B) 16.63º 0.96% 0.75% -
XYZ 23.35 14.35 1.77 -
YUV 92.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 192 59 8 0 0.69 0.96 0.25 16.63 0.92 0.39
Hex C0 3B 8 0 45 60 19 11 5C 27
Octal 300 73 10 0 105 140 31 21 134 47
Binary 11000000 111011 1000 0 1000101 1100000 11001 10001 1011100 100111

Color Harmonies of #C03B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B08

Black with #C03B08

Text Example


Text Example

White with #C03B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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