Html Css Color HEX #B44411 Rust

📋 copy color: '#B44411'

red 180 ◦ green 68 ◦ blue 17

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

Shades of Rust #B44411

Tints of Rust #B44411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 67.92%
G = 25.66%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44411 (or 0xB44411) is known color: Rust. HEX triplet: B4, 44 and 11. RGB value is (180,68,17). Sum of RGB (Red+Green+Blue) = 180+68+17=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B44411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44411 is #4BBBEE. Grayscale: #5F5F5F. Windows color (decimal): -4963311 or 1131700. OLE color: 1131700.

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

Color convert

RGB 180 68 17 -
CMYK 0 0.62 0.91 0.29
HSL 18.77º 0.83% 0.39% -
HSV(B) 18.77º 0.91% 0.71% -
XYZ 20.99 13.88 2.1 -
YUV 95.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 180 68 17 0 0.62 0.91 0.29 18.77 0.83 0.39
Hex B4 44 11 0 3E 5B 1D 13 53 27
Octal 264 104 21 0 76 133 35 23 123 47
Binary 10110100 1000100 10001 0 111110 1011011 11101 10011 1010011 100111

Color Harmonies of #B44411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44411

Black with #B44411

Text Example


Text Example

White with #B44411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44411; }

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

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

background-color css

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

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

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

border-color css

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

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

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