Html Css Color HEX #B4390B Rust

📋 copy color: '#B4390B'

red 180 ◦ green 57 ◦ blue 11

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

Shades of Rust #B4390B

Tints of Rust #B4390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 72.58%
G = 22.98%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4390B (or 0xB4390B) is known color: Rust. HEX triplet: B4, 39 and 0B. RGB value is (180,57,11). Sum of RGB (Red+Green+Blue) = 180+57+11=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B4390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4390B is #4BC6F4. Grayscale: #585858. Windows color (decimal): -4966133 or 735668. OLE color: 735668.

HSL color Cylindrical-coordinate representation of color #B4390B: hue angle of 16.33º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4390B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 57 11 -
CMYK 0 0.68 0.94 0.29
HSL 16.33º 0.88% 0.37% -
HSV(B) 16.33º 0.94% 0.71% -
XYZ 20.35 12.65 1.69 -
YUV 88.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 180 57 11 0 0.68 0.94 0.29 16.33 0.88 0.37
Hex B4 39 B 0 44 5E 1D 10 58 25
Octal 264 71 13 0 104 136 35 20 130 45
Binary 10110100 111001 1011 0 1000100 1011110 11101 10000 1011000 100101

Color Harmonies of #B4390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4390B

Black with #B4390B

Text Example


Text Example

White with #B4390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4390B; }

 p { color: rgb(180,57,11); }

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

background-color css

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

 a { background-color: rgb(180,57,11); }

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

border-color css

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

 span { border-color: rgb(180,57,11); }

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