Html Css Color HEX #B4421A Rust

📋 copy color: '#B4421A'

red 180 ◦ green 66 ◦ blue 26

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

Shades of Rust #B4421A

Tints of Rust #B4421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 66.18%
G = 24.26%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4421A (or 0xB4421A) is known color: Rust. HEX triplet: B4, 42 and 1A. RGB value is (180,66,26). Sum of RGB (Red+Green+Blue) = 180+66+26=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4421A is #4BBDE5. Grayscale: #5F5F5F. Windows color (decimal): -4963814 or 1721012. OLE color: 1721012.

HSL color Cylindrical-coordinate representation of color #B4421A: hue angle of 15.58º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4421A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 26 -
CMYK 0 0.63 0.86 0.29
HSL 15.58º 0.75% 0.4% -
HSV(B) 15.58º 0.86% 0.71% -
XYZ 20.96 13.67 2.51 -
YUV 95.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 180 66 26 0 0.63 0.86 0.29 15.58 0.75 0.4
Hex B4 42 1A 0 3F 56 1D 10 4B 28
Octal 264 102 32 0 77 126 35 20 113 50
Binary 10110100 1000010 11010 0 111111 1010110 11101 10000 1001011 101000

Color Harmonies of #B4421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4421A

Black with #B4421A

Text Example


Text Example

White with #B4421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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