Html Css Color HEX #B2341A Rust

📋 copy color: '#B2341A'

red 178 ◦ green 52 ◦ blue 26

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

Shades of Rust #B2341A

Tints of Rust #B2341A

RGB

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

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

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

R = 69.53%
G = 20.31%
B = 10.16%

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

#B2341A (or 0xB2341A) is known color: Rust. HEX triplet: B2, 34 and 1A. RGB value is (178,52,26). Sum of RGB (Red+Green+Blue) = 178+52+26=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2341A is #4DCBE5. Grayscale: #565656. Windows color (decimal): -5098470 or 1717426. OLE color: 1717426.

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

Color convert

RGB 178 52 26 -
CMYK 0 0.71 0.85 0.30
HSL 10.26º 0.75% 0.4% -
HSV(B) 10.26º 0.85% 0.7% -
XYZ 19.77 12 2.25 -
YUV 86.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 178 52 26 0 0.71 0.85 0.30 10.26 0.75 0.4
Hex B2 34 1A 0 47 55 1E A 4B 28
Octal 262 64 32 0 107 125 36 12 113 50
Binary 10110010 110100 11010 0 1000111 1010101 11110 1010 1001011 101000

Color Harmonies of #B2341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2341A

Black with #B2341A

Text Example


Text Example

White with #B2341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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