Html Css Color HEX #B2391A Rust

📋 copy color: '#B2391A'

red 178 ◦ green 57 ◦ blue 26

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

Shades of Rust #B2391A

Tints of Rust #B2391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 68.2%
G = 21.84%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2391A (or 0xB2391A) is known color: Rust. HEX triplet: B2, 39 and 1A. RGB value is (178,57,26). Sum of RGB (Red+Green+Blue) = 178+57+26=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2391A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2391A is #4DC6E5. Grayscale: #595959. Windows color (decimal): -5097190 or 1718706. OLE color: 1718706.

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

Color convert

RGB 178 57 26 -
CMYK 0 0.68 0.85 0.30
HSL 12.24º 0.75% 0.4% -
HSV(B) 12.24º 0.85% 0.7% -
XYZ 20.01 12.47 2.33 -
YUV 89.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 178 57 26 0 0.68 0.85 0.30 12.24 0.75 0.4
Hex B2 39 1A 0 44 55 1E C 4B 28
Octal 262 71 32 0 104 125 36 14 113 50
Binary 10110010 111001 11010 0 1000100 1010101 11110 1100 1001011 101000

Color Harmonies of #B2391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2391A

Black with #B2391A

Text Example


Text Example

White with #B2391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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