Html Css Color HEX #B44214 Rust

📋 copy color: '#B44214'

red 180 ◦ green 66 ◦ blue 20

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

Shades of Rust #B44214

Tints of Rust #B44214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 67.67%
G = 24.81%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B44214 (or 0xB44214) is known color: Rust. HEX triplet: B4, 42 and 14. RGB value is (180,66,20). Sum of RGB (Red+Green+Blue) = 180+66+20=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44214 is #4BBDEB. Grayscale: #5F5F5F. Windows color (decimal): -4963820 or 1327796. OLE color: 1327796.

HSL color Cylindrical-coordinate representation of color #B44214: hue angle of 17.25º degrees, saturation: 0.8, 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 #B44214 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 20 -
CMYK 0 0.63 0.89 0.29
HSL 17.25º 0.8% 0.39% -
HSV(B) 17.25º 0.89% 0.71% -
XYZ 20.9 13.65 2.2 -
YUV 94.84 85.77 188.74 -
System Red Green Blue C M Y K H S L
Decimal 180 66 20 0 0.63 0.89 0.29 17.25 0.8 0.39
Hex B4 42 14 0 3F 59 1D 11 50 27
Octal 264 102 24 0 77 131 35 21 120 47
Binary 10110100 1000010 10100 0 111111 1011001 11101 10001 1010000 100111

Color Harmonies of #B44214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44214

Black with #B44214

Text Example


Text Example

White with #B44214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44214; }

 p { color: rgb(180,66,20); }

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

background-color css

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

 a { background-color: rgb(180,66,20); }

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

border-color css

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

 span { border-color: rgb(180,66,20); }

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