Html Css Color HEX #C34701 Rust

📋 copy color: '#C34701'

red 195 ◦ green 71 ◦ blue 1

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

Shades of Rust #C34701

Tints of Rust #C34701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 73.03%
G = 26.59%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C34701 (or 0xC34701) is known color: Rust. HEX triplet: C3, 47 and 01. RGB value is (195,71,1). Sum of RGB (Red+Green+Blue) = 195+71+1=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C34701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34701 is #3CB8FE. Grayscale: #646464. Windows color (decimal): -3979519 or 83907. OLE color: 83907.

HSL color Cylindrical-coordinate representation of color #C34701: hue angle of 21.65º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C34701 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 1 -
CMYK 0 0.64 0.99 0.24
HSL 21.65º 0.99% 0.38% -
HSV(B) 21.65º 0.99% 0.76% -
XYZ 24.76 16.11 1.83 -
YUV 100.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 195 71 1 0 0.64 0.99 0.24 21.65 0.99 0.38
Hex C3 47 1 0 40 63 18 16 63 26
Octal 303 107 1 0 100 143 30 26 143 46
Binary 11000011 1000111 1 0 1000000 1100011 11000 10110 1100011 100110

Color Harmonies of #C34701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34701

Black with #C34701

Text Example


Text Example

White with #C34701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34701; }

 p { color: rgb(195,71,1); }

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

background-color css

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

 a { background-color: rgb(195,71,1); }

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

border-color css

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

 span { border-color: rgb(195,71,1); }

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