Html Css Color HEX #B44901 Rust

📋 copy color: '#B44901'

red 180 ◦ green 73 ◦ blue 1

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

Shades of Rust #B44901

Tints of Rust #B44901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 70.87%
G = 28.74%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B44901 (or 0xB44901) is known color: Rust. HEX triplet: B4, 49 and 01. RGB value is (180,73,1). Sum of RGB (Red+Green+Blue) = 180+73+1=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B44901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44901 is #4BB6FE. Grayscale: #616161. Windows color (decimal): -4962047 or 84404. OLE color: 84404.

HSL color Cylindrical-coordinate representation of color #B44901: hue angle of 24.13º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B44901 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 1 -
CMYK 0 0.59 0.99 0.29
HSL 24.13º 0.99% 0.35% -
HSV(B) 24.13º 0.99% 0.71% -
XYZ 21.21 14.47 1.7 -
YUV 96.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 180 73 1 0 0.59 0.99 0.29 24.13 0.99 0.35
Hex B4 49 1 0 3B 63 1D 18 63 23
Octal 264 111 1 0 73 143 35 30 143 43
Binary 10110100 1001001 1 0 111011 1100011 11101 11000 1100011 100011

Color Harmonies of #B44901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44901

Black with #B44901

Text Example


Text Example

White with #B44901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44901; }

 p { color: rgb(180,73,1); }

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

background-color css

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

 a { background-color: rgb(180,73,1); }

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

border-color css

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

 span { border-color: rgb(180,73,1); }

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