Html Css Color HEX #B44415 Rust

📋 copy color: '#B44415'

red 180 ◦ green 68 ◦ blue 21

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

Shades of Rust #B44415

Tints of Rust #B44415

RGB

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

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

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

R = 66.91%
G = 25.28%
B = 7.81%

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

#B44415 (or 0xB44415) is known color: Rust. HEX triplet: B4, 44 and 15. RGB value is (180,68,21). Sum of RGB (Red+Green+Blue) = 180+68+21=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44415 is #4BBBEA. Grayscale: #606060. Windows color (decimal): -4963307 or 1393844. OLE color: 1393844.

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

Color convert

RGB 180 68 21 -
CMYK 0 0.62 0.88 0.29
HSL 17.74º 0.79% 0.39% -
HSV(B) 17.74º 0.88% 0.71% -
XYZ 21.02 13.89 2.28 -
YUV 96.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 180 68 21 0 0.62 0.88 0.29 17.74 0.79 0.39
Hex B4 44 15 0 3E 58 1D 12 4F 27
Octal 264 104 25 0 76 130 35 22 117 47
Binary 10110100 1000100 10101 0 111110 1011000 11101 10010 1001111 100111

Color Harmonies of #B44415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44415

Black with #B44415

Text Example


Text Example

White with #B44415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44415; }

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

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

background-color css

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

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

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

border-color css

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

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

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