Html Css Color HEX #B32602 Rust

📋 copy color: '#B32602'

red 179 ◦ green 38 ◦ blue 2

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

Shades of Rust #B32602

Tints of Rust #B32602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 81.74%
G = 17.35%
B = 0.91%

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

#B32602 (or 0xB32602) is known color: Rust. HEX triplet: B3, 26 and 02. RGB value is (179,38,2). Sum of RGB (Red+Green+Blue) = 179+38+2=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B32602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32602 is #4CD9FD. Grayscale: #4C4C4C. Windows color (decimal): -5036542 or 140979. OLE color: 140979.

HSL color Cylindrical-coordinate representation of color #B32602: hue angle of 12.2º degrees, saturation: 0.98, 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 #B32602 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 38 2 -
CMYK 0 0.79 0.99 0.30
HSL 12.2º 0.98% 0.35% -
HSV(B) 12.2º 0.99% 0.7% -
XYZ 19.29 10.97 1.16 -
YUV 76.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 179 38 2 0 0.79 0.99 0.30 12.2 0.98 0.35
Hex B3 26 2 0 4F 63 1E C 62 23
Octal 263 46 2 0 117 143 36 14 142 43
Binary 10110011 100110 10 0 1001111 1100011 11110 1100 1100010 100011

Color Harmonies of #B32602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32602

Black with #B32602

Text Example


Text Example

White with #B32602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32602; }

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

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

background-color css

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

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

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

border-color css

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

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

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