Html Css Color HEX #B4421E Rust

📋 copy color: '#B4421E'

red 180 ◦ green 66 ◦ blue 30

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

Shades of Rust #B4421E

Tints of Rust #B4421E

RGB

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

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

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

R = 65.22%
G = 23.91%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4421E (or 0xB4421E) is known color: Rust. HEX triplet: B4, 42 and 1E. RGB value is (180,66,30). Sum of RGB (Red+Green+Blue) = 180+66+30=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4421E is #4BBDE1. Grayscale: #606060. Windows color (decimal): -4963810 or 1983156. OLE color: 1983156.

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

Color convert

RGB 180 66 30 -
CMYK 0 0.63 0.83 0.29
HSL 14.4º 0.71% 0.41% -
HSV(B) 14.4º 0.83% 0.71% -
XYZ 21 13.69 2.76 -
YUV 95.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 180 66 30 0 0.63 0.83 0.29 14.4 0.71 0.41
Hex B4 42 1E 0 3F 53 1D E 47 29
Octal 264 102 36 0 77 123 35 16 107 51
Binary 10110100 1000010 11110 0 111111 1010011 11101 1110 1000111 101001

Color Harmonies of #B4421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4421E

Black with #B4421E

Text Example


Text Example

White with #B4421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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