Html Css Color HEX #B32F10 Rust

📋 copy color: '#B32F10'

red 179 ◦ green 47 ◦ blue 16

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

Shades of Rust #B32F10

Tints of Rust #B32F10

RGB

 RED value IS 179 (70.31% from 255) = 73.97%

 GREEN value IS 47 (18.75% from 255) = 19.42%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 73.97%
G = 19.42%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B32F10 (or 0xB32F10) is known color: Rust. HEX triplet: B3, 2F and 10. RGB value is (179,47,16). Sum of RGB (Red+Green+Blue) = 179+47+16=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F10 is #4CD0EF. Grayscale: #535353. Windows color (decimal): -5034224 or 1060787. OLE color: 1060787.

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

Color convert

RGB 179 47 16 -
CMYK 0 0.74 0.91 0.30
HSL 11.41º 0.84% 0.38% -
HSV(B) 11.41º 0.91% 0.7% -
XYZ 19.7 11.65 1.7 -
YUV 82.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 179 47 16 0 0.74 0.91 0.30 11.41 0.84 0.38
Hex B3 2F 10 0 4A 5B 1E B 54 26
Octal 263 57 20 0 112 133 36 13 124 46
Binary 10110011 101111 10000 0 1001010 1011011 11110 1011 1010100 100110

Color Harmonies of #B32F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F10

Black with #B32F10

Text Example


Text Example

White with #B32F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F10; }

 p { color: rgb(179,47,16); }

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

background-color css

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

 a { background-color: rgb(179,47,16); }

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

border-color css

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

 span { border-color: rgb(179,47,16); }

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