Html Css Color HEX #B2471A Rust

📋 copy color: '#B2471A'

red 178 ◦ green 71 ◦ blue 26

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

Shades of Rust #B2471A

Tints of Rust #B2471A

RGB

 RED value IS 178 (69.92% from 255) = 64.73%

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 64.73%
G = 25.82%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2471A (or 0xB2471A) is known color: Rust. HEX triplet: B2, 47 and 1A. RGB value is (178,71,26). Sum of RGB (Red+Green+Blue) = 178+71+26=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2471A is #4DB8E5. Grayscale: #626262. Windows color (decimal): -5093606 or 1722290. OLE color: 1722290.

HSL color Cylindrical-coordinate representation of color #B2471A: hue angle of 17.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2471A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 26 -
CMYK 0 0.60 0.85 0.30
HSL 17.76º 0.75% 0.4% -
HSV(B) 17.76º 0.85% 0.7% -
XYZ 20.8 14.05 2.59 -
YUV 97.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 178 71 26 0 0.60 0.85 0.30 17.76 0.75 0.4
Hex B2 47 1A 0 3C 55 1E 12 4B 28
Octal 262 107 32 0 74 125 36 22 113 50
Binary 10110010 1000111 11010 0 111100 1010101 11110 10010 1001011 101000

Color Harmonies of #B2471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2471A

Black with #B2471A

Text Example


Text Example

White with #B2471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2471A; }

 p { color: rgb(178,71,26); }

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

background-color css

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

 a { background-color: rgb(178,71,26); }

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

border-color css

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

 span { border-color: rgb(178,71,26); }

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