Html Css Color HEX #B4461B Rust

📋 copy color: '#B4461B'

red 180 ◦ green 70 ◦ blue 27

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

Shades of Rust #B4461B

Tints of Rust #B4461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 64.98%
G = 25.27%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4461B (or 0xB4461B) is known color: Rust. HEX triplet: B4, 46 and 1B. RGB value is (180,70,27). Sum of RGB (Red+Green+Blue) = 180+70+27=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4461B is #4BB9E4. Grayscale: #626262. Windows color (decimal): -4962789 or 1787572. OLE color: 1787572.

HSL color Cylindrical-coordinate representation of color #B4461B: hue angle of 16.86º 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 #B4461B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 70 27 -
CMYK 0 0.61 0.85 0.29
HSL 16.86º 0.74% 0.41% -
HSV(B) 16.86º 0.85% 0.71% -
XYZ 21.21 14.16 2.65 -
YUV 97.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 180 70 27 0 0.61 0.85 0.29 16.86 0.74 0.41
Hex B4 46 1B 0 3D 55 1D 11 4A 29
Octal 264 106 33 0 75 125 35 21 112 51
Binary 10110100 1000110 11011 0 111101 1010101 11101 10001 1001010 101001

Color Harmonies of #B4461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4461B

Black with #B4461B

Text Example


Text Example

White with #B4461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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