Html Css Color HEX #B03308 Rust

📋 copy color: '#B03308'

red 176 ◦ green 51 ◦ blue 8

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

Shades of Rust #B03308

Tints of Rust #B03308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 74.89%
G = 21.7%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B03308 (or 0xB03308) is known color: Rust. HEX triplet: B0, 33 and 08. RGB value is (176,51,8). Sum of RGB (Red+Green+Blue) = 176+51+8=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B03308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03308 is #4FCCF7. Grayscale: #535353. Windows color (decimal): -5229816 or 537520. OLE color: 537520.

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

Color convert

RGB 176 51 8 -
CMYK 0 0.71 0.95 0.31
HSL 15.36º 0.91% 0.36% -
HSV(B) 15.36º 0.95% 0.69% -
XYZ 19.13 11.62 1.46 -
YUV 83.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 176 51 8 0 0.71 0.95 0.31 15.36 0.91 0.36
Hex B0 33 8 0 47 5F 1F F 5B 24
Octal 260 63 10 0 107 137 37 17 133 44
Binary 10110000 110011 1000 0 1000111 1011111 11111 1111 1011011 100100

Color Harmonies of #B03308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03308

Black with #B03308

Text Example


Text Example

White with #B03308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03308; }

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

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

background-color css

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

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

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

border-color css

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

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

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