Html Css Color HEX #B4381F Rust

📋 copy color: '#B4381F'

red 180 ◦ green 56 ◦ blue 31

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

Shades of Rust #B4381F

Tints of Rust #B4381F

RGB

 RED value IS 180 (70.7% from 255) = 67.42%

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

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

R = 67.42%
G = 20.97%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4381F (or 0xB4381F) is known color: Rust. HEX triplet: B4, 38 and 1F. RGB value is (180,56,31). Sum of RGB (Red+Green+Blue) = 180+56+31=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B4381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4381F is #4BC7E0. Grayscale: #5A5A5A. Windows color (decimal): -4966369 or 2046132. OLE color: 2046132.

HSL color Cylindrical-coordinate representation of color #B4381F: hue angle of 10.07º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4381F is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 56 31 -
CMYK 0 0.69 0.83 0.29
HSL 10.07º 0.71% 0.41% -
HSV(B) 10.07º 0.83% 0.71% -
XYZ 20.48 12.63 2.65 -
YUV 90.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 180 56 31 0 0.69 0.83 0.29 10.07 0.71 0.41
Hex B4 38 1F 0 45 53 1D A 47 29
Octal 264 70 37 0 105 123 35 12 107 51
Binary 10110100 111000 11111 0 1000101 1010011 11101 1010 1000111 101001

Color Harmonies of #B4381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4381F

Black with #B4381F

Text Example


Text Example

White with #B4381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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