Html Css Color HEX #B32908 Rust

📋 copy color: '#B32908'

red 179 ◦ green 41 ◦ blue 8

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

Shades of Rust #B32908

Tints of Rust #B32908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 78.51%
G = 17.98%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B32908 (or 0xB32908) is known color: Rust. HEX triplet: B3, 29 and 08. RGB value is (179,41,8). Sum of RGB (Red+Green+Blue) = 179+41+8=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B32908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32908 is #4CD6F7. Grayscale: #4E4E4E. Windows color (decimal): -5035768 or 534963. OLE color: 534963.

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

Color convert

RGB 179 41 8 -
CMYK 0 0.77 0.96 0.30
HSL 11.58º 0.91% 0.37% -
HSV(B) 11.58º 0.96% 0.7% -
XYZ 19.43 11.19 1.37 -
YUV 78.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 179 41 8 0 0.77 0.96 0.30 11.58 0.91 0.37
Hex B3 29 8 0 4D 60 1E C 5B 25
Octal 263 51 10 0 115 140 36 14 133 45
Binary 10110011 101001 1000 0 1001101 1100000 11110 1100 1011011 100101

Color Harmonies of #B32908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32908

Black with #B32908

Text Example


Text Example

White with #B32908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32908; }

 p { color: rgb(179,41,8); }

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

background-color css

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

 a { background-color: rgb(179,41,8); }

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

border-color css

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

 span { border-color: rgb(179,41,8); }

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