Html Css Color HEX #C13A00 Rust

📋 copy color: '#C13A00'

red 193 ◦ green 58 ◦ blue 0

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

Shades of Rust #C13A00

Tints of Rust #C13A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.11%

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

R = 76.89%
G = 23.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13A00 (or 0xC13A00) is known color: Rust. HEX triplet: C1, 3A and 00. RGB value is (193,58,0). Sum of RGB (Red+Green+Blue) = 193+58+0=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13A00 is #3EC5FF. Grayscale: #5C5C5C. Windows color (decimal): -4113920 or 15041. OLE color: 15041.

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

Color convert

RGB 193 58 0 -
CMYK 0 0.70 1 0.24
HSL 18.03º 1% 0.38% -
HSV(B) 18.03º 1% 0.76% -
XYZ 23.51 14.36 1.53 -
YUV 91.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 193 58 0 0 0.70 1 0.24 18.03 1 0.38
Hex C1 3A 0 0 46 64 18 12 64 26
Octal 301 72 0 0 106 144 30 22 144 46
Binary 11000001 111010 0 0 1000110 1100100 11000 10010 1100100 100110

Color Harmonies of #C13A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A00

Black with #C13A00

Text Example


Text Example

White with #C13A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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