Html Css Color HEX #B03305 Rust

📋 copy color: '#B03305'

red 176 ◦ green 51 ◦ blue 5

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

Shades of Rust #B03305

Tints of Rust #B03305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 75.86%
G = 21.98%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B03305 (or 0xB03305) is known color: Rust. HEX triplet: B0, 33 and 05. RGB value is (176,51,5). Sum of RGB (Red+Green+Blue) = 176+51+5=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B03305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03305 is #4FCCFA. Grayscale: #535353. Windows color (decimal): -5229819 or 340912. OLE color: 340912.

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

Color convert

RGB 176 51 5 -
CMYK 0 0.71 0.97 0.31
HSL 16.14º 0.94% 0.35% -
HSV(B) 16.14º 0.97% 0.69% -
XYZ 19.12 11.61 1.38 -
YUV 83.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 176 51 5 0 0.71 0.97 0.31 16.14 0.94 0.35
Hex B0 33 5 0 47 61 1F 10 5E 23
Octal 260 63 5 0 107 141 37 20 136 43
Binary 10110000 110011 101 0 1000111 1100001 11111 10000 1011110 100011

Color Harmonies of #B03305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03305

Black with #B03305

Text Example


Text Example

White with #B03305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03305; }

 p { color: rgb(176,51,5); }

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

background-color css

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

 a { background-color: rgb(176,51,5); }

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

border-color css

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

 span { border-color: rgb(176,51,5); }

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