Html Css Color HEX #B33102 Rust

📋 copy color: '#B33102'

red 179 ◦ green 49 ◦ blue 2

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

Shades of Rust #B33102

Tints of Rust #B33102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

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

R = 77.83%
G = 21.3%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33102 (or 0xB33102) is known color: Rust. HEX triplet: B3, 31 and 02. RGB value is (179,49,2). Sum of RGB (Red+Green+Blue) = 179+49+2=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B33102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33102 is #4CCEFD. Grayscale: #525252. Windows color (decimal): -5033726 or 143795. OLE color: 143795.

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

Color convert

RGB 179 49 2 -
CMYK 0 0.73 0.99 0.30
HSL 15.93º 0.98% 0.35% -
HSV(B) 15.93º 0.99% 0.7% -
XYZ 19.7 11.78 1.29 -
YUV 82.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 179 49 2 0 0.73 0.99 0.30 15.93 0.98 0.35
Hex B3 31 2 0 49 63 1E 10 62 23
Octal 263 61 2 0 111 143 36 20 142 43
Binary 10110011 110001 10 0 1001001 1100011 11110 10000 1100010 100011

Color Harmonies of #B33102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33102

Black with #B33102

Text Example


Text Example

White with #B33102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33102; }

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

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

background-color css

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

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

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

border-color css

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

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

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