Html Css Color HEX #B03F08 Rust

📋 copy color: '#B03F08'

red 176 ◦ green 63 ◦ blue 8

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

Shades of Rust #B03F08

Tints of Rust #B03F08

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 71.26%
G = 25.51%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B03F08 (or 0xB03F08) is known color: Rust. HEX triplet: B0, 3F and 08. RGB value is (176,63,8). Sum of RGB (Red+Green+Blue) = 176+63+8=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F08 is #4FC0F7. Grayscale: #5A5A5A. Windows color (decimal): -5226744 or 540592. OLE color: 540592.

HSL color Cylindrical-coordinate representation of color #B03F08: hue angle of 19.64º 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 #B03F08 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 63 8 -
CMYK 0 0.64 0.95 0.31
HSL 19.64º 0.91% 0.36% -
HSV(B) 19.64º 0.95% 0.69% -
XYZ 19.73 12.8 1.66 -
YUV 90.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 176 63 8 0 0.64 0.95 0.31 19.64 0.91 0.36
Hex B0 3F 8 0 40 5F 1F 14 5B 24
Octal 260 77 10 0 100 137 37 24 133 44
Binary 10110000 111111 1000 0 1000000 1011111 11111 10100 1011011 100100

Color Harmonies of #B03F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03F08

Black with #B03F08

Text Example


Text Example

White with #B03F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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