Html Css Color HEX #B4411C Rust

📋 copy color: '#B4411C'

red 180 ◦ green 65 ◦ blue 28

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

Shades of Rust #B4411C

Tints of Rust #B4411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 65.93%
G = 23.81%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4411C (or 0xB4411C) is known color: Rust. HEX triplet: B4, 41 and 1C. RGB value is (180,65,28). Sum of RGB (Red+Green+Blue) = 180+65+28=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4411C is #4BBEE3. Grayscale: #5F5F5F. Windows color (decimal): -4964068 or 1851828. OLE color: 1851828.

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

Color convert

RGB 180 65 28 -
CMYK 0 0.64 0.84 0.29
HSL 14.61º 0.73% 0.41% -
HSV(B) 14.61º 0.84% 0.71% -
XYZ 20.92 13.57 2.61 -
YUV 95.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 180 65 28 0 0.64 0.84 0.29 14.61 0.73 0.41
Hex B4 41 1C 0 40 54 1D F 49 29
Octal 264 101 34 0 100 124 35 17 111 51
Binary 10110100 1000001 11100 0 1000000 1010100 11101 1111 1001001 101001

Color Harmonies of #B4411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4411C

Black with #B4411C

Text Example


Text Example

White with #B4411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4411C; }

 p { color: rgb(180,65,28); }

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

background-color css

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

 a { background-color: rgb(180,65,28); }

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

border-color css

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

 span { border-color: rgb(180,65,28); }

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