Html Css Color HEX #B3381B Rust

📋 copy color: '#B3381B'

red 179 ◦ green 56 ◦ blue 27

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

Shades of Rust #B3381B

Tints of Rust #B3381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 68.32%
G = 21.37%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3381B (or 0xB3381B) is known color: Rust. HEX triplet: B3, 38 and 1B. RGB value is (179,56,27). Sum of RGB (Red+Green+Blue) = 179+56+27=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B3381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3381B is #4CC7E4. Grayscale: #595959. Windows color (decimal): -5031909 or 1783987. OLE color: 1783987.

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

Color convert

RGB 179 56 27 -
CMYK 0 0.69 0.85 0.30
HSL 11.45º 0.74% 0.4% -
HSV(B) 11.45º 0.85% 0.7% -
XYZ 20.2 12.49 2.38 -
YUV 89.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 179 56 27 0 0.69 0.85 0.30 11.45 0.74 0.4
Hex B3 38 1B 0 45 55 1E B 4A 28
Octal 263 70 33 0 105 125 36 13 112 50
Binary 10110011 111000 11011 0 1000101 1010101 11110 1011 1001010 101000

Color Harmonies of #B3381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3381B

Black with #B3381B

Text Example


Text Example

White with #B3381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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