Html Css Color HEX #B3401E Rust

📋 copy color: '#B3401E'

red 179 ◦ green 64 ◦ blue 30

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

Shades of Rust #B3401E

Tints of Rust #B3401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 65.57%
G = 23.44%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3401E (or 0xB3401E) is known color: Rust. HEX triplet: B3, 40 and 1E. RGB value is (179,64,30). Sum of RGB (Red+Green+Blue) = 179+64+30=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3401E is #4CBFE1. Grayscale: #5E5E5E. Windows color (decimal): -5029858 or 1982643. OLE color: 1982643.

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

Color convert

RGB 179 64 30 -
CMYK 0 0.64 0.83 0.30
HSL 13.69º 0.71% 0.41% -
HSV(B) 13.69º 0.83% 0.7% -
XYZ 20.66 13.34 2.72 -
YUV 94.51 91.6 188.26 -
System Red Green Blue C M Y K H S L
Decimal 179 64 30 0 0.64 0.83 0.30 13.69 0.71 0.41
Hex B3 40 1E 0 40 53 1E E 47 29
Octal 263 100 36 0 100 123 36 16 107 51
Binary 10110011 1000000 11110 0 1000000 1010011 11110 1110 1000111 101001

Color Harmonies of #B3401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3401E

Black with #B3401E

Text Example


Text Example

White with #B3401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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