Html Css Color HEX #C13B00 Rust

📋 copy color: '#C13B00'

red 193 ◦ green 59 ◦ blue 0

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

Shades of Rust #C13B00

Tints of Rust #C13B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

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

R = 76.59%
G = 23.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13B00 (or 0xC13B00) is known color: Rust. HEX triplet: C1, 3B and 00. RGB value is (193,59,0). Sum of RGB (Red+Green+Blue) = 193+59+0=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B00 is #3EC4FF. Grayscale: #5C5C5C. Windows color (decimal): -4113664 or 15297. OLE color: 15297.

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

Color convert

RGB 193 59 0 -
CMYK 0 0.69 1 0.24
HSL 18.34º 1% 0.38% -
HSV(B) 18.34º 1% 0.76% -
XYZ 23.56 14.47 1.55 -
YUV 92.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 193 59 0 0 0.69 1 0.24 18.34 1 0.38
Hex C1 3B 0 0 45 64 18 12 64 26
Octal 301 73 0 0 105 144 30 22 144 46
Binary 11000001 111011 0 0 1000101 1100100 11000 10010 1100100 100110

Color Harmonies of #C13B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B00

Black with #C13B00

Text Example


Text Example

White with #C13B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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