Html Css Color HEX #B32601 Rust

📋 copy color: '#B32601'

red 179 ◦ green 38 ◦ blue 1

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

Shades of Rust #B32601

Tints of Rust #B32601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 82.11%
G = 17.43%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32601 (or 0xB32601) is known color: Rust. HEX triplet: B3, 26 and 01. RGB value is (179,38,1). Sum of RGB (Red+Green+Blue) = 179+38+1=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B32601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32601 is #4CD9FE. Grayscale: #4C4C4C. Windows color (decimal): -5036543 or 75443. OLE color: 75443.

HSL color Cylindrical-coordinate representation of color #B32601: hue angle of 12.47º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32601 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 38 1 -
CMYK 0 0.79 0.99 0.30
HSL 12.47º 0.99% 0.35% -
HSV(B) 12.47º 0.99% 0.7% -
XYZ 19.29 10.97 1.13 -
YUV 75.94 85.71 201.51 -
System Red Green Blue C M Y K H S L
Decimal 179 38 1 0 0.79 0.99 0.30 12.47 0.99 0.35
Hex B3 26 1 0 4F 63 1E C 63 23
Octal 263 46 1 0 117 143 36 14 143 43
Binary 10110011 100110 1 0 1001111 1100011 11110 1100 1100011 100011

Color Harmonies of #B32601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32601

Black with #B32601

Text Example


Text Example

White with #B32601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32601; }

 p { color: rgb(179,38,1); }

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

background-color css

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

 a { background-color: rgb(179,38,1); }

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

border-color css

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

 span { border-color: rgb(179,38,1); }

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