Html Css Color HEX #B44413 Rust

📋 copy color: '#B44413'

red 180 ◦ green 68 ◦ blue 19

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

Shades of Rust #B44413

Tints of Rust #B44413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 67.42%
G = 25.47%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44413 (or 0xB44413) is known color: Rust. HEX triplet: B4, 44 and 13. RGB value is (180,68,19). Sum of RGB (Red+Green+Blue) = 180+68+19=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B44413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44413 is #4BBBEC. Grayscale: #606060. Windows color (decimal): -4963309 or 1262772. OLE color: 1262772.

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

Color convert

RGB 180 68 19 -
CMYK 0 0.62 0.89 0.29
HSL 18.26º 0.81% 0.39% -
HSV(B) 18.26º 0.89% 0.71% -
XYZ 21.01 13.88 2.19 -
YUV 95.9 84.61 187.98 -
System Red Green Blue C M Y K H S L
Decimal 180 68 19 0 0.62 0.89 0.29 18.26 0.81 0.39
Hex B4 44 13 0 3E 59 1D 12 51 27
Octal 264 104 23 0 76 131 35 22 121 47
Binary 10110100 1000100 10011 0 111110 1011001 11101 10010 1010001 100111

Color Harmonies of #B44413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44413

Black with #B44413

Text Example


Text Example

White with #B44413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44413; }

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

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

background-color css

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

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

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

border-color css

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

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

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