Html Css Color HEX #B44501 Rust

📋 copy color: '#B44501'

red 180 ◦ green 69 ◦ blue 1

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

Shades of Rust #B44501

Tints of Rust #B44501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 72%
G = 27.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B44501 (or 0xB44501) is known color: Rust. HEX triplet: B4, 45 and 01. RGB value is (180,69,1). Sum of RGB (Red+Green+Blue) = 180+69+1=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B44501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44501 is #4BBAFE. Grayscale: #5E5E5E. Windows color (decimal): -4963071 or 83380. OLE color: 83380.

HSL color Cylindrical-coordinate representation of color #B44501: hue angle of 22.79º 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 #B44501 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 69 1 -
CMYK 0 0.62 0.99 0.29
HSL 22.79º 0.99% 0.35% -
HSV(B) 22.79º 0.99% 0.71% -
XYZ 20.96 13.96 1.62 -
YUV 94.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 180 69 1 0 0.62 0.99 0.29 22.79 0.99 0.35
Hex B4 45 1 0 3E 63 1D 17 63 23
Octal 264 105 1 0 76 143 35 27 143 43
Binary 10110100 1000101 1 0 111110 1100011 11101 10111 1100011 100011

Color Harmonies of #B44501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44501

Black with #B44501

Text Example


Text Example

White with #B44501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44501; }

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

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

background-color css

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

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

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

border-color css

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

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

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