Html Css Color HEX #B44307 Rust

📋 copy color: '#B44307'

red 180 ◦ green 67 ◦ blue 7

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

Shades of Rust #B44307

Tints of Rust #B44307

RGB

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

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

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

R = 70.87%
G = 26.38%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B44307 (or 0xB44307) is known color: Rust. HEX triplet: B4, 43 and 07. RGB value is (180,67,7). Sum of RGB (Red+Green+Blue) = 180+67+7=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B44307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44307 is #4BBCF8. Grayscale: #5E5E5E. Windows color (decimal): -4963577 or 476084. OLE color: 476084.

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

Color convert

RGB 180 67 7 -
CMYK 0 0.63 0.96 0.29
HSL 20.81º 0.93% 0.37% -
HSV(B) 20.81º 0.96% 0.71% -
XYZ 20.87 13.73 1.75 -
YUV 93.95 78.94 189.38 -
System Red Green Blue C M Y K H S L
Decimal 180 67 7 0 0.63 0.96 0.29 20.81 0.93 0.37
Hex B4 43 7 0 3F 60 1D 15 5D 25
Octal 264 103 7 0 77 140 35 25 135 45
Binary 10110100 1000011 111 0 111111 1100000 11101 10101 1011101 100101

Color Harmonies of #B44307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44307

Black with #B44307

Text Example


Text Example

White with #B44307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44307; }

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

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

background-color css

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

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

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

border-color css

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

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

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