Html Css Color HEX #B03915 Rust

📋 copy color: '#B03915'

red 176 ◦ green 57 ◦ blue 21

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

Shades of Rust #B03915

Tints of Rust #B03915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 69.29%
G = 22.44%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03915 (or 0xB03915) is known color: Rust. HEX triplet: B0, 39 and 15. RGB value is (176,57,21). Sum of RGB (Red+Green+Blue) = 176+57+21=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B03915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03915 is #4FC6EA. Grayscale: #585858. Windows color (decimal): -5228267 or 1391024. OLE color: 1391024.

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

Color convert

RGB 176 57 21 -
CMYK 0 0.68 0.88 0.31
HSL 13.94º 0.79% 0.39% -
HSV(B) 13.94º 0.88% 0.69% -
XYZ 19.5 12.21 2.04 -
YUV 88.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 176 57 21 0 0.68 0.88 0.31 13.94 0.79 0.39
Hex B0 39 15 0 44 58 1F E 4F 27
Octal 260 71 25 0 104 130 37 16 117 47
Binary 10110000 111001 10101 0 1000100 1011000 11111 1110 1001111 100111

Color Harmonies of #B03915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03915

Black with #B03915

Text Example


Text Example

White with #B03915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03915; }

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

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

background-color css

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

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

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

border-color css

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

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

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