Html Css Color HEX #B2341B Rust

📋 copy color: '#B2341B'

red 178 ◦ green 52 ◦ blue 27

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

Shades of Rust #B2341B

Tints of Rust #B2341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 69.26%
G = 20.23%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2341B (or 0xB2341B) is known color: Rust. HEX triplet: B2, 34 and 1B. RGB value is (178,52,27). Sum of RGB (Red+Green+Blue) = 178+52+27=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2341B is #4DCBE4. Grayscale: #575757. Windows color (decimal): -5098469 or 1782962. OLE color: 1782962.

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

Color convert

RGB 178 52 27 -
CMYK 0 0.71 0.85 0.30
HSL 9.93º 0.74% 0.4% -
HSV(B) 9.93º 0.85% 0.7% -
XYZ 19.79 12 2.31 -
YUV 86.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 178 52 27 0 0.71 0.85 0.30 9.93 0.74 0.4
Hex B2 34 1B 0 47 55 1E A 4A 28
Octal 262 64 33 0 107 125 36 12 112 50
Binary 10110010 110100 11011 0 1000111 1010101 11110 1010 1001010 101000

Color Harmonies of #B2341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2341B

Black with #B2341B

Text Example


Text Example

White with #B2341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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