Html Css Color HEX #B2381A Rust

📋 copy color: '#B2381A'

red 178 ◦ green 56 ◦ blue 26

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

Shades of Rust #B2381A

Tints of Rust #B2381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 68.46%
G = 21.54%
B = 10%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2381A (or 0xB2381A) is known color: Rust. HEX triplet: B2, 38 and 1A. RGB value is (178,56,26). Sum of RGB (Red+Green+Blue) = 178+56+26=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2381A is #4DC7E5. Grayscale: #595959. Windows color (decimal): -5097446 or 1718450. OLE color: 1718450.

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

Color convert

RGB 178 56 26 -
CMYK 0 0.69 0.85 0.30
HSL 11.84º 0.75% 0.4% -
HSV(B) 11.84º 0.85% 0.7% -
XYZ 19.96 12.37 2.31 -
YUV 89.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 178 56 26 0 0.69 0.85 0.30 11.84 0.75 0.4
Hex B2 38 1A 0 45 55 1E C 4B 28
Octal 262 70 32 0 105 125 36 14 113 50
Binary 10110010 111000 11010 0 1000101 1010101 11110 1100 1001011 101000

Color Harmonies of #B2381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2381A

Black with #B2381A

Text Example


Text Example

White with #B2381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2381A; }

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

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

background-color css

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

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

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

border-color css

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

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

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