Html Css Color HEX #B03102 Rust

📋 copy color: '#B03102'

red 176 ◦ green 49 ◦ blue 2

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

Shades of Rust #B03102

Tints of Rust #B03102

RGB

 RED value IS 176 (69.14% from 255) = 77.53%

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

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

R = 77.53%
G = 21.59%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B03102 (or 0xB03102) is known color: Rust. HEX triplet: B0, 31 and 02. RGB value is (176,49,2). Sum of RGB (Red+Green+Blue) = 176+49+2=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B03102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03102 is #4FCEFD. Grayscale: #515151. Windows color (decimal): -5230334 or 143792. OLE color: 143792.

HSL color Cylindrical-coordinate representation of color #B03102: hue angle of 16.21º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B03102 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 2 -
CMYK 0 0.72 0.99 0.31
HSL 16.21º 0.98% 0.35% -
HSV(B) 16.21º 0.99% 0.69% -
XYZ 19.01 11.43 1.26 -
YUV 81.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 176 49 2 0 0.72 0.99 0.31 16.21 0.98 0.35
Hex B0 31 2 0 48 63 1F 10 62 23
Octal 260 61 2 0 110 143 37 20 142 43
Binary 10110000 110001 10 0 1001000 1100011 11111 10000 1100010 100011

Color Harmonies of #B03102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03102

Black with #B03102

Text Example


Text Example

White with #B03102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03102; }

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

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

background-color css

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

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

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

border-color css

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

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

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