Html Css Color HEX #B44301 Rust

📋 copy color: '#B44301'

red 180 ◦ green 67 ◦ blue 1

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

Shades of Rust #B44301

Tints of Rust #B44301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 72.58%
G = 27.02%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B44301 (or 0xB44301) is known color: Rust. HEX triplet: B4, 43 and 01. RGB value is (180,67,1). Sum of RGB (Red+Green+Blue) = 180+67+1=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B44301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44301 is #4BBCFE. Grayscale: #5D5D5D. Windows color (decimal): -4963583 or 82868. OLE color: 82868.

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

Color convert

RGB 180 67 1 -
CMYK 0 0.63 0.99 0.29
HSL 22.12º 0.99% 0.35% -
HSV(B) 22.12º 0.99% 0.71% -
XYZ 20.84 13.72 1.58 -
YUV 93.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 180 67 1 0 0.63 0.99 0.29 22.12 0.99 0.35
Hex B4 43 1 0 3F 63 1D 16 63 23
Octal 264 103 1 0 77 143 35 26 143 43
Binary 10110100 1000011 1 0 111111 1100011 11101 10110 1100011 100011

Color Harmonies of #B44301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44301

Black with #B44301

Text Example


Text Example

White with #B44301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44301; }

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

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

background-color css

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

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

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

border-color css

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

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

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