Html Css Color HEX #C14702 Rust

📋 copy color: '#C14702'

red 193 ◦ green 71 ◦ blue 2

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

Shades of Rust #C14702

Tints of Rust #C14702

RGB

 RED value IS 193 (75.78% from 255) = 72.56%

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

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

R = 72.56%
G = 26.69%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C14702 (or 0xC14702) is known color: Rust. HEX triplet: C1, 47 and 02. RGB value is (193,71,2). Sum of RGB (Red+Green+Blue) = 193+71+2=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C14702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14702 is #3EB8FD. Grayscale: #646464. Windows color (decimal): -4110590 or 149441. OLE color: 149441.

HSL color Cylindrical-coordinate representation of color #C14702: hue angle of 21.68º degrees, saturation: 0.98, 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 #C14702 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 2 -
CMYK 0 0.63 0.99 0.24
HSL 21.68º 0.98% 0.38% -
HSV(B) 21.68º 0.99% 0.76% -
XYZ 24.26 15.85 1.84 -
YUV 99.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 193 71 2 0 0.63 0.99 0.24 21.68 0.98 0.38
Hex C1 47 2 0 3F 63 18 16 62 26
Octal 301 107 2 0 77 143 30 26 142 46
Binary 11000001 1000111 10 0 111111 1100011 11000 10110 1100010 100110

Color Harmonies of #C14702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14702

Black with #C14702

Text Example


Text Example

White with #C14702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14702; }

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

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

background-color css

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

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

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

border-color css

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

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

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