Html Css Color HEX #C13F00 Rust

📋 copy color: '#C13F00'

red 193 ◦ green 63 ◦ blue 0

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

Shades of Rust #C13F00

Tints of Rust #C13F00

RGB

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

 GREEN value IS 63 (25% from 255) = 24.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.39%
G = 24.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13F00 (or 0xC13F00) is known color: Rust. HEX triplet: C1, 3F and 00. RGB value is (193,63,0). Sum of RGB (Red+Green+Blue) = 193+63+0=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F00 is #3EC0FF. Grayscale: #5F5F5F. Windows color (decimal): -4112640 or 16321. OLE color: 16321.

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

Color convert

RGB 193 63 0 -
CMYK 0 0.67 1 0.24
HSL 19.59º 1% 0.38% -
HSV(B) 19.59º 1% 0.76% -
XYZ 23.77 14.89 1.62 -
YUV 94.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 193 63 0 0 0.67 1 0.24 19.59 1 0.38
Hex C1 3F 0 0 43 64 18 14 64 26
Octal 301 77 0 0 103 144 30 24 144 46
Binary 11000001 111111 0 0 1000011 1100100 11000 10100 1100100 100110

Color Harmonies of #C13F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F00

Black with #C13F00

Text Example


Text Example

White with #C13F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F00; }

 p { color: rgb(193,63,0); }

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

background-color css

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

 a { background-color: rgb(193,63,0); }

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

border-color css

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

 span { border-color: rgb(193,63,0); }

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