Html Css Color HEX #B32B02 Rust

📋 copy color: '#B32B02'

red 179 ◦ green 43 ◦ blue 2

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

Shades of Rust #B32B02

Tints of Rust #B32B02

RGB

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

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

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

R = 79.91%
G = 19.2%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32B02 (or 0xB32B02) is known color: Rust. HEX triplet: B3, 2B and 02. RGB value is (179,43,2). Sum of RGB (Red+Green+Blue) = 179+43+2=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B02 is #4CD4FD. Grayscale: #4F4F4F. Windows color (decimal): -5035262 or 142259. OLE color: 142259.

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

Color convert

RGB 179 43 2 -
CMYK 0 0.76 0.99 0.30
HSL 13.9º 0.98% 0.35% -
HSV(B) 13.9º 0.99% 0.7% -
XYZ 19.47 11.32 1.22 -
YUV 78.99 84.56 199.33 -
System Red Green Blue C M Y K H S L
Decimal 179 43 2 0 0.76 0.99 0.30 13.9 0.98 0.35
Hex B3 2B 2 0 4C 63 1E E 62 23
Octal 263 53 2 0 114 143 36 16 142 43
Binary 10110011 101011 10 0 1001100 1100011 11110 1110 1100010 100011

Color Harmonies of #B32B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B02

Black with #B32B02

Text Example


Text Example

White with #B32B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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