Html Css Color HEX #B32F03 Rust

📋 copy color: '#B32F03'

red 179 ◦ green 47 ◦ blue 3

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

Shades of Rust #B32F03

Tints of Rust #B32F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.31%

R = 78.17%
G = 20.52%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B32F03 (or 0xB32F03) is known color: Rust. HEX triplet: B3, 2F and 03. RGB value is (179,47,3). Sum of RGB (Red+Green+Blue) = 179+47+3=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F03 is #4CD0FC. Grayscale: #515151. Windows color (decimal): -5034237 or 208819. OLE color: 208819.

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

Color convert

RGB 179 47 3 -
CMYK 0 0.74 0.98 0.30
HSL 15º 0.97% 0.36% -
HSV(B) 15º 0.98% 0.7% -
XYZ 19.62 11.62 1.3 -
YUV 81.45 83.73 197.58 -
System Red Green Blue C M Y K H S L
Decimal 179 47 3 0 0.74 0.98 0.30 15 0.97 0.36
Hex B3 2F 3 0 4A 62 1E F 61 24
Octal 263 57 3 0 112 142 36 17 141 44
Binary 10110011 101111 11 0 1001010 1100010 11110 1111 1100001 100100

Color Harmonies of #B32F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F03

Black with #B32F03

Text Example


Text Example

White with #B32F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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