Html Css Color HEX #B3400D Rust

📋 copy color: '#B3400D'

red 179 ◦ green 64 ◦ blue 13

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

Shades of Rust #B3400D

Tints of Rust #B3400D

RGB

 RED value IS 179 (70.31% from 255) = 69.92%

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 69.92%
G = 25%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3400D (or 0xB3400D) is known color: Rust. HEX triplet: B3, 40 and 0D. RGB value is (179,64,13). Sum of RGB (Red+Green+Blue) = 179+64+13=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3400D is #4CBFF2. Grayscale: #5C5C5C. Windows color (decimal): -5029875 or 868531. OLE color: 868531.

HSL color Cylindrical-coordinate representation of color #B3400D: hue angle of 18.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3400D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 13 -
CMYK 0 0.64 0.93 0.30
HSL 18.43º 0.86% 0.38% -
HSV(B) 18.43º 0.93% 0.7% -
XYZ 20.5 13.28 1.86 -
YUV 92.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 179 64 13 0 0.64 0.93 0.30 18.43 0.86 0.38
Hex B3 40 D 0 40 5D 1E 12 56 26
Octal 263 100 15 0 100 135 36 22 126 46
Binary 10110011 1000000 1101 0 1000000 1011101 11110 10010 1010110 100110

Color Harmonies of #B3400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3400D

Black with #B3400D

Text Example


Text Example

White with #B3400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3400D; }

 p { color: rgb(179,64,13); }

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

background-color css

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

 a { background-color: rgb(179,64,13); }

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

border-color css

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

 span { border-color: rgb(179,64,13); }

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