Html Css Color HEX #B32B07 Rust

📋 copy color: '#B32B07'

red 179 ◦ green 43 ◦ blue 7

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

Shades of Rust #B32B07

Tints of Rust #B32B07

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

 BLUE value IS 7 (3.13% from 255) = 3.06%

R = 78.17%
G = 18.78%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B32B07 (or 0xB32B07) is known color: Rust. HEX triplet: B3, 2B and 07. RGB value is (179,43,7). Sum of RGB (Red+Green+Blue) = 179+43+7=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B07 is #4CD4F8. Grayscale: #4F4F4F. Windows color (decimal): -5035257 or 469939. OLE color: 469939.

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

Color convert

RGB 179 43 7 -
CMYK 0 0.76 0.96 0.30
HSL 12.56º 0.92% 0.36% -
HSV(B) 12.56º 0.96% 0.7% -
XYZ 19.49 11.33 1.36 -
YUV 79.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 179 43 7 0 0.76 0.96 0.30 12.56 0.92 0.36
Hex B3 2B 7 0 4C 60 1E D 5C 24
Octal 263 53 7 0 114 140 36 15 134 44
Binary 10110011 101011 111 0 1001100 1100000 11110 1101 1011100 100100

Color Harmonies of #B32B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B07

Black with #B32B07

Text Example


Text Example

White with #B32B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B07; }

 p { color: rgb(179,43,7); }

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

background-color css

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

 a { background-color: rgb(179,43,7); }

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

border-color css

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

 span { border-color: rgb(179,43,7); }

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