Html Css Color HEX #B4371B Rust

📋 copy color: '#B4371B'

red 180 ◦ green 55 ◦ blue 27

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

Shades of Rust #B4371B

Tints of Rust #B4371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 68.7%
G = 20.99%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4371B (or 0xB4371B) is known color: Rust. HEX triplet: B4, 37 and 1B. RGB value is (180,55,27). Sum of RGB (Red+Green+Blue) = 180+55+27=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4371B is #4BC8E4. Grayscale: #595959. Windows color (decimal): -4966629 or 1783732. OLE color: 1783732.

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

Color convert

RGB 180 55 27 -
CMYK 0 0.69 0.85 0.29
HSL 10.98º 0.74% 0.41% -
HSV(B) 10.98º 0.85% 0.71% -
XYZ 20.39 12.51 2.38 -
YUV 89.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 180 55 27 0 0.69 0.85 0.29 10.98 0.74 0.41
Hex B4 37 1B 0 45 55 1D B 4A 29
Octal 264 67 33 0 105 125 35 13 112 51
Binary 10110100 110111 11011 0 1000101 1010101 11101 1011 1001010 101001

Color Harmonies of #B4371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4371B

Black with #B4371B

Text Example


Text Example

White with #B4371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4371B; }

 p { color: rgb(180,55,27); }

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

background-color css

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

 a { background-color: rgb(180,55,27); }

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

border-color css

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

 span { border-color: rgb(180,55,27); }

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