Html Css Color HEX #B2371D Rust

📋 copy color: '#B2371D'

red 178 ◦ green 55 ◦ blue 29

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

Shades of Rust #B2371D

Tints of Rust #B2371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 67.94%
G = 20.99%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2371D (or 0xB2371D) is known color: Rust. HEX triplet: B2, 37 and 1D. RGB value is (178,55,29). Sum of RGB (Red+Green+Blue) = 178+55+29=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2371D is #4DC8E2. Grayscale: #595959. Windows color (decimal): -5097699 or 1914802. OLE color: 1914802.

HSL color Cylindrical-coordinate representation of color #B2371D: hue angle of 10.47º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2371D is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 29 -
CMYK 0 0.69 0.84 0.30
HSL 10.47º 0.72% 0.41% -
HSV(B) 10.47º 0.84% 0.7% -
XYZ 19.95 12.29 2.48 -
YUV 88.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 178 55 29 0 0.69 0.84 0.30 10.47 0.72 0.41
Hex B2 37 1D 0 45 54 1E A 48 29
Octal 262 67 35 0 105 124 36 12 110 51
Binary 10110010 110111 11101 0 1000101 1010100 11110 1010 1001000 101001

Color Harmonies of #B2371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2371D

Black with #B2371D

Text Example


Text Example

White with #B2371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2371D; }

 p { color: rgb(178,55,29); }

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

background-color css

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

 a { background-color: rgb(178,55,29); }

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

border-color css

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

 span { border-color: rgb(178,55,29); }

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