Html Css Color HEX #B2481B Rust

📋 copy color: '#B2481B'

red 178 ◦ green 72 ◦ blue 27

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

Shades of Rust #B2481B

Tints of Rust #B2481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 64.26%
G = 25.99%
B = 9.75%

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

#B2481B (or 0xB2481B) is known color: Rust. HEX triplet: B2, 48 and 1B. RGB value is (178,72,27). Sum of RGB (Red+Green+Blue) = 178+72+27=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2481B is #4DB7E4. Grayscale: #626262. Windows color (decimal): -5093349 or 1788082. OLE color: 1788082.

HSL color Cylindrical-coordinate representation of color #B2481B: hue angle of 17.88º degrees, saturation: 0.74, 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 #B2481B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 27 -
CMYK 0 0.60 0.85 0.30
HSL 17.88º 0.74% 0.4% -
HSV(B) 17.88º 0.85% 0.7% -
XYZ 20.88 14.18 2.67 -
YUV 98.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 178 72 27 0 0.60 0.85 0.30 17.88 0.74 0.4
Hex B2 48 1B 0 3C 55 1E 12 4A 28
Octal 262 110 33 0 74 125 36 22 112 50
Binary 10110010 1001000 11011 0 111100 1010101 11110 10010 1001010 101000

Color Harmonies of #B2481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2481B

Black with #B2481B

Text Example


Text Example

White with #B2481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2481B; }

 p { color: rgb(178,72,27); }

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

background-color css

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

 a { background-color: rgb(178,72,27); }

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

border-color css

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

 span { border-color: rgb(178,72,27); }

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