Html Css Color HEX #B44707 Rust

📋 copy color: '#B44707'

red 180 ◦ green 71 ◦ blue 7

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

Shades of Rust #B44707

Tints of Rust #B44707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 69.77%
G = 27.52%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B44707 (or 0xB44707) is known color: Rust. HEX triplet: B4, 47 and 07. RGB value is (180,71,7). Sum of RGB (Red+Green+Blue) = 180+71+7=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B44707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44707 is #4BB8F8. Grayscale: #606060. Windows color (decimal): -4962553 or 477108. OLE color: 477108.

HSL color Cylindrical-coordinate representation of color #B44707: hue angle of 22.2º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B44707 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 7 -
CMYK 0 0.61 0.96 0.29
HSL 22.2º 0.93% 0.37% -
HSV(B) 22.2º 0.96% 0.71% -
XYZ 21.11 14.23 1.83 -
YUV 96.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 180 71 7 0 0.61 0.96 0.29 22.2 0.93 0.37
Hex B4 47 7 0 3D 60 1D 16 5D 25
Octal 264 107 7 0 75 140 35 26 135 45
Binary 10110100 1000111 111 0 111101 1100000 11101 10110 1011101 100101

Color Harmonies of #B44707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44707

Black with #B44707

Text Example


Text Example

White with #B44707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44707; }

 p { color: rgb(180,71,7); }

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

background-color css

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

 a { background-color: rgb(180,71,7); }

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

border-color css

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

 span { border-color: rgb(180,71,7); }

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