Html Css Color HEX #B2380B Rust

📋 copy color: '#B2380B'

red 178 ◦ green 56 ◦ blue 11

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

Shades of Rust #B2380B

Tints of Rust #B2380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 72.65%
G = 22.86%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2380B (or 0xB2380B) is known color: Rust. HEX triplet: B2, 38 and 0B. RGB value is (178,56,11). Sum of RGB (Red+Green+Blue) = 178+56+11=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2380B is #4DC7F4. Grayscale: #575757. Windows color (decimal): -5097461 or 735410. OLE color: 735410.

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

Color convert

RGB 178 56 11 -
CMYK 0 0.69 0.94 0.30
HSL 16.17º 0.88% 0.37% -
HSV(B) 16.17º 0.94% 0.7% -
XYZ 19.83 12.32 1.65 -
YUV 87.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 178 56 11 0 0.69 0.94 0.30 16.17 0.88 0.37
Hex B2 38 B 0 45 5E 1E 10 58 25
Octal 262 70 13 0 105 136 36 20 130 45
Binary 10110010 111000 1011 0 1000101 1011110 11110 10000 1011000 100101

Color Harmonies of #B2380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2380B

Black with #B2380B

Text Example


Text Example

White with #B2380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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