Html Css Color HEX #B3300D Rust

📋 copy color: '#B3300D'

red 179 ◦ green 48 ◦ blue 13

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

Shades of Rust #B3300D

Tints of Rust #B3300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 74.58%
G = 20%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3300D (or 0xB3300D) is known color: Rust. HEX triplet: B3, 30 and 0D. RGB value is (179,48,13). Sum of RGB (Red+Green+Blue) = 179+48+13=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B3300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3300D is #4CCFF2. Grayscale: #535353. Windows color (decimal): -5033971 or 864435. OLE color: 864435.

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

Color convert

RGB 179 48 13 -
CMYK 0 0.73 0.93 0.30
HSL 12.65º 0.86% 0.38% -
HSV(B) 12.65º 0.93% 0.7% -
XYZ 19.72 11.73 1.6 -
YUV 83.18 88.4 196.35 -
System Red Green Blue C M Y K H S L
Decimal 179 48 13 0 0.73 0.93 0.30 12.65 0.86 0.38
Hex B3 30 D 0 49 5D 1E D 56 26
Octal 263 60 15 0 111 135 36 15 126 46
Binary 10110011 110000 1101 0 1001001 1011101 11110 1101 1010110 100110

Color Harmonies of #B3300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3300D

Black with #B3300D

Text Example


Text Example

White with #B3300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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