Html Css Color HEX #B44F12 Rust

📋 copy color: '#B44F12'

red 180 ◦ green 79 ◦ blue 18

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

Shades of Rust #B44F12

Tints of Rust #B44F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.52%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 64.98%
G = 28.52%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B44F12 (or 0xB44F12) is known color: Rust. HEX triplet: B4, 4F and 12. RGB value is (180,79,18). Sum of RGB (Red+Green+Blue) = 180+79+18=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F12 is #4BB0ED. Grayscale: #666666. Windows color (decimal): -4960494 or 1200052. OLE color: 1200052.

HSL color Cylindrical-coordinate representation of color #B44F12: hue angle of 22.59º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B44F12 is Cyan = 0, Magento = 0.56, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 79 18 -
CMYK 0 0.56 0.9 0.29
HSL 22.59º 0.82% 0.39% -
HSV(B) 22.59º 0.9% 0.71% -
XYZ 21.73 15.34 2.39 -
YUV 102.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 180 79 18 0 0.56 0.9 0.29 22.59 0.82 0.39
Hex B4 4F 12 0 38 5A 1D 17 52 27
Octal 264 117 22 0 70 132 35 27 122 47
Binary 10110100 1001111 10010 0 111000 1011010 11101 10111 1010010 100111

Color Harmonies of #B44F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44F12

Black with #B44F12

Text Example


Text Example

White with #B44F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44F12; }

 p { color: rgb(180,79,18); }

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

background-color css

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

 a { background-color: rgb(180,79,18); }

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

border-color css

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

 span { border-color: rgb(180,79,18); }

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