Html Css Color HEX #B44515 Rust

📋 copy color: '#B44515'

red 180 ◦ green 69 ◦ blue 21

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

Shades of Rust #B44515

Tints of Rust #B44515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 66.67%
G = 25.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B44515 (or 0xB44515) is known color: Rust. HEX triplet: B4, 45 and 15. RGB value is (180,69,21). Sum of RGB (Red+Green+Blue) = 180+69+21=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44515 is #4BBAEA. Grayscale: #616161. Windows color (decimal): -4963051 or 1394100. OLE color: 1394100.

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

Color convert

RGB 180 69 21 -
CMYK 0 0.62 0.88 0.29
HSL 18.11º 0.79% 0.39% -
HSV(B) 18.11º 0.88% 0.71% -
XYZ 21.09 14.01 2.3 -
YUV 96.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 180 69 21 0 0.62 0.88 0.29 18.11 0.79 0.39
Hex B4 45 15 0 3E 58 1D 12 4F 27
Octal 264 105 25 0 76 130 35 22 117 47
Binary 10110100 1000101 10101 0 111110 1011000 11101 10010 1001111 100111

Color Harmonies of #B44515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44515

Black with #B44515

Text Example


Text Example

White with #B44515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44515; }

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

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

background-color css

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

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

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

border-color css

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

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

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