Html Css Color HEX #B0381D Rust

📋 copy color: '#B0381D'

red 176 ◦ green 56 ◦ blue 29

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

Shades of Rust #B0381D

Tints of Rust #B0381D

RGB

 RED value IS 176 (69.14% from 255) = 67.43%

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 67.43%
G = 21.46%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0381D (or 0xB0381D) is known color: Rust. HEX triplet: B0, 38 and 1D. RGB value is (176,56,29). Sum of RGB (Red+Green+Blue) = 176+56+29=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0381D is #4FC7E2. Grayscale: #595959. Windows color (decimal): -5228515 or 1915056. OLE color: 1915056.

HSL color Cylindrical-coordinate representation of color #B0381D: hue angle of 11.02º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0381D is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 29 -
CMYK 0 0.68 0.84 0.31
HSL 11.02º 0.72% 0.4% -
HSV(B) 11.02º 0.84% 0.69% -
XYZ 19.54 12.15 2.48 -
YUV 88.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 176 56 29 0 0.68 0.84 0.31 11.02 0.72 0.4
Hex B0 38 1D 0 44 54 1F B 48 28
Octal 260 70 35 0 104 124 37 13 110 50
Binary 10110000 111000 11101 0 1000100 1010100 11111 1011 1001000 101000

Color Harmonies of #B0381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0381D

Black with #B0381D

Text Example


Text Example

White with #B0381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0381D; }

 p { color: rgb(176,56,29); }

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

background-color css

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

 a { background-color: rgb(176,56,29); }

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

border-color css

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

 span { border-color: rgb(176,56,29); }

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