Html Css Color HEX #C34908 Rust

📋 copy color: '#C34908'

red 195 ◦ green 73 ◦ blue 8

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

Shades of Rust #C34908

Tints of Rust #C34908

RGB

 RED value IS 195 (76.56% from 255) = 70.65%

 GREEN value IS 73 (28.91% from 255) = 26.45%

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

R = 70.65%
G = 26.45%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C34908 (or 0xC34908) is known color: Rust. HEX triplet: C3, 49 and 08. RGB value is (195,73,8). Sum of RGB (Red+Green+Blue) = 195+73+8=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C34908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34908 is #3CB6F7. Grayscale: #666666. Windows color (decimal): -3979000 or 543171. OLE color: 543171.

HSL color Cylindrical-coordinate representation of color #C34908: hue angle of 20.86º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C34908 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 8 -
CMYK 0 0.63 0.96 0.24
HSL 20.86º 0.92% 0.4% -
HSV(B) 20.86º 0.96% 0.76% -
XYZ 24.93 16.38 2.08 -
YUV 102.07 74.92 194.29 -
System Red Green Blue C M Y K H S L
Decimal 195 73 8 0 0.63 0.96 0.24 20.86 0.92 0.4
Hex C3 49 8 0 3F 60 18 15 5C 28
Octal 303 111 10 0 77 140 30 25 134 50
Binary 11000011 1001001 1000 0 111111 1100000 11000 10101 1011100 101000

Color Harmonies of #C34908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34908

Black with #C34908

Text Example


Text Example

White with #C34908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34908; }

 p { color: rgb(195,73,8); }

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

background-color css

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

 a { background-color: rgb(195,73,8); }

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

border-color css

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

 span { border-color: rgb(195,73,8); }

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