Html Css Color HEX #C34702 Rust

📋 copy color: '#C34702'

red 195 ◦ green 71 ◦ blue 2

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

Shades of Rust #C34702

Tints of Rust #C34702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 72.76%
G = 26.49%
B = 0.75%

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

#C34702 (or 0xC34702) is known color: Rust. HEX triplet: C3, 47 and 02. RGB value is (195,71,2). Sum of RGB (Red+Green+Blue) = 195+71+2=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C34702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34702 is #3CB8FD. Grayscale: #646464. Windows color (decimal): -3979518 or 149443. OLE color: 149443.

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

Color convert

RGB 195 71 2 -
CMYK 0 0.64 0.99 0.24
HSL 21.45º 0.98% 0.39% -
HSV(B) 21.45º 0.99% 0.76% -
XYZ 24.77 16.11 1.86 -
YUV 100.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 195 71 2 0 0.64 0.99 0.24 21.45 0.98 0.39
Hex C3 47 2 0 40 63 18 15 62 27
Octal 303 107 2 0 100 143 30 25 142 47
Binary 11000011 1000111 10 0 1000000 1100011 11000 10101 1100010 100111

Color Harmonies of #C34702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34702

Black with #C34702

Text Example


Text Example

White with #C34702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34702; }

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

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

background-color css

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

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

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

border-color css

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

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

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