Html Css Color HEX #B44115 Rust

📋 copy color: '#B44115'

red 180 ◦ green 65 ◦ blue 21

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

Shades of Rust #B44115

Tints of Rust #B44115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

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

R = 67.67%
G = 24.44%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B44115 (or 0xB44115) is known color: Rust. HEX triplet: B4, 41 and 15. RGB value is (180,65,21). Sum of RGB (Red+Green+Blue) = 180+65+21=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44115 is #4BBEEA. Grayscale: #5E5E5E. Windows color (decimal): -4964075 or 1393076. OLE color: 1393076.

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

Color convert

RGB 180 65 21 -
CMYK 0 0.64 0.88 0.29
HSL 16.6º 0.79% 0.39% -
HSV(B) 16.6º 0.88% 0.71% -
XYZ 20.85 13.54 2.22 -
YUV 94.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 180 65 21 0 0.64 0.88 0.29 16.6 0.79 0.39
Hex B4 41 15 0 40 58 1D 11 4F 27
Octal 264 101 25 0 100 130 35 21 117 47
Binary 10110100 1000001 10101 0 1000000 1011000 11101 10001 1001111 100111

Color Harmonies of #B44115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44115

Black with #B44115

Text Example


Text Example

White with #B44115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44115; }

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

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

background-color css

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

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

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

border-color css

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

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

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