Html Css Color HEX #B32D07 Rust

📋 copy color: '#B32D07'

red 179 ◦ green 45 ◦ blue 7

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

Shades of Rust #B32D07

Tints of Rust #B32D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 77.49%
G = 19.48%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B32D07 (or 0xB32D07) is known color: Rust. HEX triplet: B3, 2D and 07. RGB value is (179,45,7). Sum of RGB (Red+Green+Blue) = 179+45+7=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32D07 is #4CD2F8. Grayscale: #515151. Windows color (decimal): -5034745 or 470451. OLE color: 470451.

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

Color convert

RGB 179 45 7 -
CMYK 0 0.75 0.96 0.30
HSL 13.26º 0.92% 0.36% -
HSV(B) 13.26º 0.96% 0.7% -
XYZ 19.57 11.48 1.38 -
YUV 80.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 179 45 7 0 0.75 0.96 0.30 13.26 0.92 0.36
Hex B3 2D 7 0 4B 60 1E D 5C 24
Octal 263 55 7 0 113 140 36 15 134 44
Binary 10110011 101101 111 0 1001011 1100000 11110 1101 1011100 100100

Color Harmonies of #B32D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D07

Black with #B32D07

Text Example


Text Example

White with #B32D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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