Html Css Color HEX #C13F02 Rust

📋 copy color: '#C13F02'

red 193 ◦ green 63 ◦ blue 2

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

Shades of Rust #C13F02

Tints of Rust #C13F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 74.81%
G = 24.42%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C13F02 (or 0xC13F02) is known color: Rust. HEX triplet: C1, 3F and 02. RGB value is (193,63,2). Sum of RGB (Red+Green+Blue) = 193+63+2=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F02 is #3EC0FD. Grayscale: #5F5F5F. Windows color (decimal): -4112638 or 147393. OLE color: 147393.

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

Color convert

RGB 193 63 2 -
CMYK 0 0.67 0.99 0.24
HSL 19.16º 0.98% 0.38% -
HSV(B) 19.16º 0.99% 0.76% -
XYZ 23.78 14.9 1.68 -
YUV 94.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 193 63 2 0 0.67 0.99 0.24 19.16 0.98 0.38
Hex C1 3F 2 0 43 63 18 13 62 26
Octal 301 77 2 0 103 143 30 23 142 46
Binary 11000001 111111 10 0 1000011 1100011 11000 10011 1100010 100110

Color Harmonies of #C13F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F02

Black with #C13F02

Text Example


Text Example

White with #C13F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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