Html Css Color HEX #B3340B Rust

📋 copy color: '#B3340B'

red 179 ◦ green 52 ◦ blue 11

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

Shades of Rust #B3340B

Tints of Rust #B3340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 73.97%
G = 21.49%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3340B (or 0xB3340B) is known color: Rust. HEX triplet: B3, 34 and 0B. RGB value is (179,52,11). Sum of RGB (Red+Green+Blue) = 179+52+11=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3340B is #4CCBF4. Grayscale: #555555. Windows color (decimal): -5032949 or 734387. OLE color: 734387.

HSL color Cylindrical-coordinate representation of color #B3340B: hue angle of 14.64º 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 #B3340B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 11 -
CMYK 0 0.71 0.94 0.30
HSL 14.64º 0.88% 0.37% -
HSV(B) 14.64º 0.94% 0.7% -
XYZ 19.88 12.06 1.6 -
YUV 85.3 86.08 194.83 -
System Red Green Blue C M Y K H S L
Decimal 179 52 11 0 0.71 0.94 0.30 14.64 0.88 0.37
Hex B3 34 B 0 47 5E 1E F 58 25
Octal 263 64 13 0 107 136 36 17 130 45
Binary 10110011 110100 1011 0 1000111 1011110 11110 1111 1011000 100101

Color Harmonies of #B3340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3340B

Black with #B3340B

Text Example


Text Example

White with #B3340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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