Html Css Color HEX #C04308 Rust

📋 copy color: '#C04308'

red 192 ◦ green 67 ◦ blue 8

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

Shades of Rust #C04308

Tints of Rust #C04308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

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

R = 71.91%
G = 25.09%
B = 3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C04308 (or 0xC04308) is known color: Rust. HEX triplet: C0, 43 and 08. RGB value is (192,67,8). Sum of RGB (Red+Green+Blue) = 192+67+8=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C04308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04308 is #3FBCF7. Grayscale: #626262. Windows color (decimal): -4177144 or 541632. OLE color: 541632.

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

Color convert

RGB 192 67 8 -
CMYK 0 0.65 0.96 0.25
HSL 19.24º 0.92% 0.39% -
HSV(B) 19.24º 0.96% 0.75% -
XYZ 23.79 15.24 1.92 -
YUV 97.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 192 67 8 0 0.65 0.96 0.25 19.24 0.92 0.39
Hex C0 43 8 0 41 60 19 13 5C 27
Octal 300 103 10 0 101 140 31 23 134 47
Binary 11000000 1000011 1000 0 1000001 1100000 11001 10011 1011100 100111

Color Harmonies of #C04308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04308

Black with #C04308

Text Example


Text Example

White with #C04308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04308; }

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

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

background-color css

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

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

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

border-color css

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

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

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