Html Css Color HEX #B03008 Rust

📋 copy color: '#B03008'

red 176 ◦ green 48 ◦ blue 8

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

Shades of Rust #B03008

Tints of Rust #B03008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 75.86%
G = 20.69%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B03008 (or 0xB03008) is known color: Rust. HEX triplet: B0, 30 and 08. RGB value is (176,48,8). Sum of RGB (Red+Green+Blue) = 176+48+8=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B03008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03008 is #4FCFF7. Grayscale: #525252. Windows color (decimal): -5230584 or 536752. OLE color: 536752.

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

Color convert

RGB 176 48 8 -
CMYK 0 0.73 0.95 0.31
HSL 14.29º 0.91% 0.36% -
HSV(B) 14.29º 0.95% 0.69% -
XYZ 19.01 11.36 1.42 -
YUV 81.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 176 48 8 0 0.73 0.95 0.31 14.29 0.91 0.36
Hex B0 30 8 0 49 5F 1F E 5B 24
Octal 260 60 10 0 111 137 37 16 133 44
Binary 10110000 110000 1000 0 1001001 1011111 11111 1110 1011011 100100

Color Harmonies of #B03008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03008

Black with #B03008

Text Example


Text Example

White with #B03008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03008; }

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

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

background-color css

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

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

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

border-color css

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

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

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