Html Css Color HEX #C13A05 Rust

📋 copy color: '#C13A05'

red 193 ◦ green 58 ◦ blue 5

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

Shades of Rust #C13A05

Tints of Rust #C13A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 75.39%
G = 22.66%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C13A05 (or 0xC13A05) is known color: Rust. HEX triplet: C1, 3A and 05. RGB value is (193,58,5). Sum of RGB (Red+Green+Blue) = 193+58+5=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13A05 is #3EC5FA. Grayscale: #5C5C5C. Windows color (decimal): -4113915 or 342721. OLE color: 342721.

HSL color Cylindrical-coordinate representation of color #C13A05: hue angle of 16.91º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13A05 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 58 5 -
CMYK 0 0.70 0.97 0.24
HSL 16.91º 0.95% 0.39% -
HSV(B) 16.91º 0.97% 0.76% -
XYZ 23.53 14.37 1.68 -
YUV 92.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 193 58 5 0 0.70 0.97 0.24 16.91 0.95 0.39
Hex C1 3A 5 0 46 61 18 11 5F 27
Octal 301 72 5 0 106 141 30 21 137 47
Binary 11000001 111010 101 0 1000110 1100001 11000 10001 1011111 100111

Color Harmonies of #C13A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A05

Black with #C13A05

Text Example


Text Example

White with #C13A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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