Html Css Color HEX #B44F03 Rust

📋 copy color: '#B44F03'

red 180 ◦ green 79 ◦ blue 3

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

Shades of Rust #B44F03

Tints of Rust #B44F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 68.7%
G = 30.15%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44F03 (or 0xB44F03) is known color: Rust. HEX triplet: B4, 4F and 03. RGB value is (180,79,3). Sum of RGB (Red+Green+Blue) = 180+79+3=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F03 is #4BB0FC. Grayscale: #646464. Windows color (decimal): -4960509 or 217012. OLE color: 217012.

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

Color convert

RGB 180 79 3 -
CMYK 0 0.56 0.98 0.29
HSL 25.76º 0.97% 0.36% -
HSV(B) 25.76º 0.98% 0.71% -
XYZ 21.63 15.3 1.9 -
YUV 100.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 180 79 3 0 0.56 0.98 0.29 25.76 0.97 0.36
Hex B4 4F 3 0 38 62 1D 1A 61 24
Octal 264 117 3 0 70 142 35 32 141 44
Binary 10110100 1001111 11 0 111000 1100010 11101 11010 1100001 100100

Color Harmonies of #B44F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44F03

Black with #B44F03

Text Example


Text Example

White with #B44F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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