Html Css Color HEX #B3381C Rust

📋 copy color: '#B3381C'

red 179 ◦ green 56 ◦ blue 28

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

Shades of Rust #B3381C

Tints of Rust #B3381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 68.06%
G = 21.29%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3381C (or 0xB3381C) is known color: Rust. HEX triplet: B3, 38 and 1C. RGB value is (179,56,28). Sum of RGB (Red+Green+Blue) = 179+56+28=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3381C is #4CC7E3. Grayscale: #595959. Windows color (decimal): -5031908 or 1849523. OLE color: 1849523.

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

Color convert

RGB 179 56 28 -
CMYK 0 0.69 0.84 0.30
HSL 11.13º 0.73% 0.41% -
HSV(B) 11.13º 0.84% 0.7% -
XYZ 20.21 12.5 2.45 -
YUV 89.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 179 56 28 0 0.69 0.84 0.30 11.13 0.73 0.41
Hex B3 38 1C 0 45 54 1E B 49 29
Octal 263 70 34 0 105 124 36 13 111 51
Binary 10110011 111000 11100 0 1000101 1010100 11110 1011 1001001 101001

Color Harmonies of #B3381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3381C

Black with #B3381C

Text Example


Text Example

White with #B3381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3381C; }

 p { color: rgb(179,56,28); }

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

background-color css

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

 a { background-color: rgb(179,56,28); }

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

border-color css

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

 span { border-color: rgb(179,56,28); }

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