Html Css Color HEX #B3400B Rust

📋 copy color: '#B3400B'

red 179 ◦ green 64 ◦ blue 11

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

Shades of Rust #B3400B

Tints of Rust #B3400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 70.47%
G = 25.2%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3400B (or 0xB3400B) is known color: Rust. HEX triplet: B3, 40 and 0B. RGB value is (179,64,11). Sum of RGB (Red+Green+Blue) = 179+64+11=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B3400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3400B is #4CBFF4. Grayscale: #5C5C5C. Windows color (decimal): -5029877 or 737459. OLE color: 737459.

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

Color convert

RGB 179 64 11 -
CMYK 0 0.64 0.94 0.30
HSL 18.93º 0.88% 0.37% -
HSV(B) 18.93º 0.94% 0.7% -
XYZ 20.48 13.27 1.8 -
YUV 92.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 179 64 11 0 0.64 0.94 0.30 18.93 0.88 0.37
Hex B3 40 B 0 40 5E 1E 13 58 25
Octal 263 100 13 0 100 136 36 23 130 45
Binary 10110011 1000000 1011 0 1000000 1011110 11110 10011 1011000 100101

Color Harmonies of #B3400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3400B

Black with #B3400B

Text Example


Text Example

White with #B3400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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