Html Css Color HEX #B0381F Rust

📋 copy color: '#B0381F'

red 176 ◦ green 56 ◦ blue 31

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

Shades of Rust #B0381F

Tints of Rust #B0381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 66.92%
G = 21.29%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0381F (or 0xB0381F) is known color: Rust. HEX triplet: B0, 38 and 1F. RGB value is (176,56,31). Sum of RGB (Red+Green+Blue) = 176+56+31=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B0381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0381F is #4FC7E0. Grayscale: #595959. Windows color (decimal): -5228513 or 2046128. OLE color: 2046128.

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

Color convert

RGB 176 56 31 -
CMYK 0 0.68 0.82 0.31
HSL 10.34º 0.7% 0.41% -
HSV(B) 10.34º 0.82% 0.69% -
XYZ 19.57 12.16 2.61 -
YUV 89.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 176 56 31 0 0.68 0.82 0.31 10.34 0.7 0.41
Hex B0 38 1F 0 44 52 1F A 46 29
Octal 260 70 37 0 104 122 37 12 106 51
Binary 10110000 111000 11111 0 1000100 1010010 11111 1010 1000110 101001

Color Harmonies of #B0381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0381F

Black with #B0381F

Text Example


Text Example

White with #B0381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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