Html Css Color HEX #B3401F Rust

📋 copy color: '#B3401F'

red 179 ◦ green 64 ◦ blue 31

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

Shades of Rust #B3401F

Tints of Rust #B3401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 65.33%
G = 23.36%
B = 11.31%

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

#B3401F (or 0xB3401F) is known color: Rust. HEX triplet: B3, 40 and 1F. RGB value is (179,64,31). Sum of RGB (Red+Green+Blue) = 179+64+31=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3401F is #4CBFE0. Grayscale: #5E5E5E. Windows color (decimal): -5029857 or 2048179. OLE color: 2048179.

HSL color Cylindrical-coordinate representation of color #B3401F: hue angle of 13.38º degrees, saturation: 0.7, 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 #B3401F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 31 -
CMYK 0 0.64 0.83 0.30
HSL 13.38º 0.7% 0.41% -
HSV(B) 13.38º 0.83% 0.7% -
XYZ 20.67 13.35 2.78 -
YUV 94.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 179 64 31 0 0.64 0.83 0.30 13.38 0.7 0.41
Hex B3 40 1F 0 40 53 1E D 46 29
Octal 263 100 37 0 100 123 36 15 106 51
Binary 10110011 1000000 11111 0 1000000 1010011 11110 1101 1000110 101001

Color Harmonies of #B3401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3401F

Black with #B3401F

Text Example


Text Example

White with #B3401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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