Html Css Color HEX #B2351B Rust

📋 copy color: '#B2351B'

red 178 ◦ green 53 ◦ blue 27

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

Shades of Rust #B2351B

Tints of Rust #B2351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 68.99%
G = 20.54%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2351B (or 0xB2351B) is known color: Rust. HEX triplet: B2, 35 and 1B. RGB value is (178,53,27). Sum of RGB (Red+Green+Blue) = 178+53+27=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2351B is #4DCAE4. Grayscale: #575757. Windows color (decimal): -5098213 or 1783218. OLE color: 1783218.

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

Color convert

RGB 178 53 27 -
CMYK 0 0.70 0.85 0.30
HSL 10.33º 0.74% 0.4% -
HSV(B) 10.33º 0.85% 0.7% -
XYZ 19.83 12.09 2.33 -
YUV 87.41 93.91 192.61 -
System Red Green Blue C M Y K H S L
Decimal 178 53 27 0 0.70 0.85 0.30 10.33 0.74 0.4
Hex B2 35 1B 0 46 55 1E A 4A 28
Octal 262 65 33 0 106 125 36 12 112 50
Binary 10110010 110101 11011 0 1000110 1010101 11110 1010 1001010 101000

Color Harmonies of #B2351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2351B

Black with #B2351B

Text Example


Text Example

White with #B2351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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