Html Css Color HEX #B03103 Rust

📋 copy color: '#B03103'

red 176 ◦ green 49 ◦ blue 3

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

Shades of Rust #B03103

Tints of Rust #B03103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 77.19%
G = 21.49%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B03103 (or 0xB03103) is known color: Rust. HEX triplet: B0, 31 and 03. RGB value is (176,49,3). Sum of RGB (Red+Green+Blue) = 176+49+3=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B03103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03103 is #4FCEFC. Grayscale: #525252. Windows color (decimal): -5230333 or 209328. OLE color: 209328.

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

Color convert

RGB 176 49 3 -
CMYK 0 0.72 0.98 0.31
HSL 15.95º 0.97% 0.35% -
HSV(B) 15.95º 0.98% 0.69% -
XYZ 19.02 11.43 1.29 -
YUV 81.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 176 49 3 0 0.72 0.98 0.31 15.95 0.97 0.35
Hex B0 31 3 0 48 62 1F 10 61 23
Octal 260 61 3 0 110 142 37 20 141 43
Binary 10110000 110001 11 0 1001000 1100010 11111 10000 1100001 100011

Color Harmonies of #B03103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03103

Black with #B03103

Text Example


Text Example

White with #B03103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03103; }

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

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

background-color css

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

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

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

border-color css

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

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

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