Html Css Color HEX #B44506 Rust

📋 copy color: '#B44506'

red 180 ◦ green 69 ◦ blue 6

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

Shades of Rust #B44506

Tints of Rust #B44506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 70.59%
G = 27.06%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B44506 (or 0xB44506) is known color: Rust. HEX triplet: B4, 45 and 06. RGB value is (180,69,6). Sum of RGB (Red+Green+Blue) = 180+69+6=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B44506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44506 is #4BBAF9. Grayscale: #5F5F5F. Windows color (decimal): -4963066 or 411060. OLE color: 411060.

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

Color convert

RGB 180 69 6 -
CMYK 0 0.62 0.97 0.29
HSL 21.72º 0.94% 0.36% -
HSV(B) 21.72º 0.97% 0.71% -
XYZ 20.98 13.97 1.76 -
YUV 95.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 180 69 6 0 0.62 0.97 0.29 21.72 0.94 0.36
Hex B4 45 6 0 3E 61 1D 16 5E 24
Octal 264 105 6 0 76 141 35 26 136 44
Binary 10110100 1000101 110 0 111110 1100001 11101 10110 1011110 100100

Color Harmonies of #B44506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44506

Black with #B44506

Text Example


Text Example

White with #B44506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44506; }

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

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

background-color css

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

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

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

border-color css

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

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

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