Html Css Color HEX #C14902 Rust

📋 copy color: '#C14902'

red 193 ◦ green 73 ◦ blue 2

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

Shades of Rust #C14902

Tints of Rust #C14902

RGB

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

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

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

R = 72.01%
G = 27.24%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C14902 (or 0xC14902) is known color: Rust. HEX triplet: C1, 49 and 02. RGB value is (193,73,2). Sum of RGB (Red+Green+Blue) = 193+73+2=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C14902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14902 is #3EB6FD. Grayscale: #656565. Windows color (decimal): -4110078 or 149953. OLE color: 149953.

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

Color convert

RGB 193 73 2 -
CMYK 0 0.62 0.99 0.24
HSL 22.3º 0.98% 0.38% -
HSV(B) 22.3º 0.99% 0.76% -
XYZ 24.39 16.11 1.88 -
YUV 100.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 193 73 2 0 0.62 0.99 0.24 22.3 0.98 0.38
Hex C1 49 2 0 3E 63 18 16 62 26
Octal 301 111 2 0 76 143 30 26 142 46
Binary 11000001 1001001 10 0 111110 1100011 11000 10110 1100010 100110

Color Harmonies of #C14902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14902

Black with #C14902

Text Example


Text Example

White with #C14902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14902; }

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

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

background-color css

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

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

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

border-color css

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

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

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