Html Css Color HEX #B4441E Rust

📋 copy color: '#B4441E'

red 180 ◦ green 68 ◦ blue 30

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

Shades of Rust #B4441E

Tints of Rust #B4441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 64.75%
G = 24.46%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4441E (or 0xB4441E) is known color: Rust. HEX triplet: B4, 44 and 1E. RGB value is (180,68,30). Sum of RGB (Red+Green+Blue) = 180+68+30=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4441E is #4BBBE1. Grayscale: #616161. Windows color (decimal): -4963298 or 1983668. OLE color: 1983668.

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

Color convert

RGB 180 68 30 -
CMYK 0 0.62 0.83 0.29
HSL 15.2º 0.71% 0.41% -
HSV(B) 15.2º 0.83% 0.71% -
XYZ 21.12 13.93 2.8 -
YUV 97.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 180 68 30 0 0.62 0.83 0.29 15.2 0.71 0.41
Hex B4 44 1E 0 3E 53 1D F 47 29
Octal 264 104 36 0 76 123 35 17 107 51
Binary 10110100 1000100 11110 0 111110 1010011 11101 1111 1000111 101001

Color Harmonies of #B4441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4441E

Black with #B4441E

Text Example


Text Example

White with #B4441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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