Html Css Color HEX #B44E0A Rust

📋 copy color: '#B44E0A'

red 180 ◦ green 78 ◦ blue 10

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

Shades of Rust #B44E0A

Tints of Rust #B44E0A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 67.16%
G = 29.1%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B44E0A (or 0xB44E0A) is known color: Rust. HEX triplet: B4, 4E and 0A. RGB value is (180,78,10). Sum of RGB (Red+Green+Blue) = 180+78+10=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44E0A is #4BB1F5. Grayscale: #656565. Windows color (decimal): -4960758 or 675508. OLE color: 675508.

HSL color Cylindrical-coordinate representation of color #B44E0A: hue angle of 24º degrees, saturation: 0.89, 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 #B44E0A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 78 10 -
CMYK 0 0.57 0.94 0.29
HSL 24º 0.89% 0.37% -
HSV(B) 24º 0.94% 0.71% -
XYZ 21.6 15.17 2.08 -
YUV 100.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 180 78 10 0 0.57 0.94 0.29 24 0.89 0.37
Hex B4 4E A 0 39 5E 1D 18 59 25
Octal 264 116 12 0 71 136 35 30 131 45
Binary 10110100 1001110 1010 0 111001 1011110 11101 11000 1011001 100101

Color Harmonies of #B44E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44E0A

Black with #B44E0A

Text Example


Text Example

White with #B44E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44E0A; }

 p { color: rgb(180,78,10); }

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

background-color css

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

 a { background-color: rgb(180,78,10); }

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

border-color css

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

 span { border-color: rgb(180,78,10); }

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