Html Css Color HEX #B3300F Rust

📋 copy color: '#B3300F'

red 179 ◦ green 48 ◦ blue 15

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

Shades of Rust #B3300F

Tints of Rust #B3300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 73.97%
G = 19.83%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3300F (or 0xB3300F) is known color: Rust. HEX triplet: B3, 30 and 0F. RGB value is (179,48,15). Sum of RGB (Red+Green+Blue) = 179+48+15=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B3300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3300F is #4CCFF0. Grayscale: #535353. Windows color (decimal): -5033969 or 995507. OLE color: 995507.

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

Color convert

RGB 179 48 15 -
CMYK 0 0.73 0.92 0.30
HSL 12.07º 0.85% 0.38% -
HSV(B) 12.07º 0.92% 0.7% -
XYZ 19.73 11.73 1.68 -
YUV 83.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 179 48 15 0 0.73 0.92 0.30 12.07 0.85 0.38
Hex B3 30 F 0 49 5C 1E C 55 26
Octal 263 60 17 0 111 134 36 14 125 46
Binary 10110011 110000 1111 0 1001001 1011100 11110 1100 1010101 100110

Color Harmonies of #B3300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3300F

Black with #B3300F

Text Example


Text Example

White with #B3300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3300F; }

 p { color: rgb(179,48,15); }

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

background-color css

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

 a { background-color: rgb(179,48,15); }

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

border-color css

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

 span { border-color: rgb(179,48,15); }

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