Html Css Color HEX #B44407 Rust

📋 copy color: '#B44407'

red 180 ◦ green 68 ◦ blue 7

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

Shades of Rust #B44407

Tints of Rust #B44407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 70.59%
G = 26.67%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B44407 (or 0xB44407) is known color: Rust. HEX triplet: B4, 44 and 07. RGB value is (180,68,7). Sum of RGB (Red+Green+Blue) = 180+68+7=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B44407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44407 is #4BBBF8. Grayscale: #5E5E5E. Windows color (decimal): -4963321 or 476340. OLE color: 476340.

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

Color convert

RGB 180 68 7 -
CMYK 0 0.62 0.96 0.29
HSL 21.16º 0.93% 0.37% -
HSV(B) 21.16º 0.96% 0.71% -
XYZ 20.93 13.85 1.77 -
YUV 94.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 180 68 7 0 0.62 0.96 0.29 21.16 0.93 0.37
Hex B4 44 7 0 3E 60 1D 15 5D 25
Octal 264 104 7 0 76 140 35 25 135 45
Binary 10110100 1000100 111 0 111110 1100000 11101 10101 1011101 100101

Color Harmonies of #B44407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44407

Black with #B44407

Text Example


Text Example

White with #B44407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44407; }

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

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

background-color css

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

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

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

border-color css

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

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

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