Html Css Color HEX #B03908 Rust

📋 copy color: '#B03908'

red 176 ◦ green 57 ◦ blue 8

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

Shades of Rust #B03908

Tints of Rust #B03908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 73.03%
G = 23.65%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B03908 (or 0xB03908) is known color: Rust. HEX triplet: B0, 39 and 08. RGB value is (176,57,8). Sum of RGB (Red+Green+Blue) = 176+57+8=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B03908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03908 is #4FC6F7. Grayscale: #575757. Windows color (decimal): -5228280 or 539056. OLE color: 539056.

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

Color convert

RGB 176 57 8 -
CMYK 0 0.68 0.95 0.31
HSL 17.5º 0.91% 0.36% -
HSV(B) 17.5º 0.95% 0.69% -
XYZ 19.41 12.17 1.56 -
YUV 87 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 176 57 8 0 0.68 0.95 0.31 17.5 0.91 0.36
Hex B0 39 8 0 44 5F 1F 12 5B 24
Octal 260 71 10 0 104 137 37 22 133 44
Binary 10110000 111001 1000 0 1000100 1011111 11111 10010 1011011 100100

Color Harmonies of #B03908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03908

Black with #B03908

Text Example


Text Example

White with #B03908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03908; }

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

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

background-color css

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

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

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

border-color css

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

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

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