Html Css Color HEX #B03910 Rust

📋 copy color: '#B03910'

red 176 ◦ green 57 ◦ blue 16

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

Shades of Rust #B03910

Tints of Rust #B03910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 70.68%
G = 22.89%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B03910 (or 0xB03910) is known color: Rust. HEX triplet: B0, 39 and 10. RGB value is (176,57,16). Sum of RGB (Red+Green+Blue) = 176+57+16=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03910 is #4FC6EF. Grayscale: #585858. Windows color (decimal): -5228272 or 1063344. OLE color: 1063344.

HSL color Cylindrical-coordinate representation of color #B03910: hue angle of 15.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B03910 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 16 -
CMYK 0 0.68 0.91 0.31
HSL 15.38º 0.83% 0.38% -
HSV(B) 15.38º 0.91% 0.69% -
XYZ 19.46 12.19 1.82 -
YUV 87.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 176 57 16 0 0.68 0.91 0.31 15.38 0.83 0.38
Hex B0 39 10 0 44 5B 1F F 53 26
Octal 260 71 20 0 104 133 37 17 123 46
Binary 10110000 111001 10000 0 1000100 1011011 11111 1111 1010011 100110

Color Harmonies of #B03910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03910

Black with #B03910

Text Example


Text Example

White with #B03910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03910; }

 p { color: rgb(176,57,16); }

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

background-color css

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

 a { background-color: rgb(176,57,16); }

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

border-color css

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

 span { border-color: rgb(176,57,16); }

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