Html Css Color HEX #C03808 Rust

📋 copy color: '#C03808'

red 192 ◦ green 56 ◦ blue 8

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

Shades of Rust #C03808

Tints of Rust #C03808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 75%
G = 21.88%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C03808 (or 0xC03808) is known color: Rust. HEX triplet: C0, 38 and 08. RGB value is (192,56,8). Sum of RGB (Red+Green+Blue) = 192+56+8=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C03808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03808 is #3FC7F7. Grayscale: #5B5B5B. Windows color (decimal): -4179960 or 538816. OLE color: 538816.

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

Color convert

RGB 192 56 8 -
CMYK 0 0.71 0.96 0.25
HSL 15.65º 0.92% 0.39% -
HSV(B) 15.65º 0.96% 0.75% -
XYZ 23.2 14.05 1.72 -
YUV 91.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 192 56 8 0 0.71 0.96 0.25 15.65 0.92 0.39
Hex C0 38 8 0 47 60 19 10 5C 27
Octal 300 70 10 0 107 140 31 20 134 47
Binary 11000000 111000 1000 0 1000111 1100000 11001 10000 1011100 100111

Color Harmonies of #C03808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03808

Black with #C03808

Text Example


Text Example

White with #C03808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03808; }

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

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

background-color css

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

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

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

border-color css

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

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

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