Html Css Color HEX #C13A03 Rust

📋 copy color: '#C13A03'

red 193 ◦ green 58 ◦ blue 3

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

Shades of Rust #C13A03

Tints of Rust #C13A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 75.98%
G = 22.83%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C13A03 (or 0xC13A03) is known color: Rust. HEX triplet: C1, 3A and 03. RGB value is (193,58,3). Sum of RGB (Red+Green+Blue) = 193+58+3=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13A03 is #3EC5FC. Grayscale: #5C5C5C. Windows color (decimal): -4113917 or 211649. OLE color: 211649.

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

Color convert

RGB 193 58 3 -
CMYK 0 0.70 0.98 0.24
HSL 17.37º 0.97% 0.38% -
HSV(B) 17.37º 0.98% 0.76% -
XYZ 23.52 14.37 1.62 -
YUV 92.1 77.73 199.97 -
System Red Green Blue C M Y K H S L
Decimal 193 58 3 0 0.70 0.98 0.24 17.37 0.97 0.38
Hex C1 3A 3 0 46 62 18 11 61 26
Octal 301 72 3 0 106 142 30 21 141 46
Binary 11000001 111010 11 0 1000110 1100010 11000 10001 1100001 100110

Color Harmonies of #C13A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A03

Black with #C13A03

Text Example


Text Example

White with #C13A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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