Html Css Color HEX #B03318 Rust

📋 copy color: '#B03318'

red 176 ◦ green 51 ◦ blue 24

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

Shades of Rust #B03318

Tints of Rust #B03318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.56%

R = 70.12%
G = 20.32%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B03318 (or 0xB03318) is known color: Rust. HEX triplet: B0, 33 and 18. RGB value is (176,51,24). Sum of RGB (Red+Green+Blue) = 176+51+24=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B03318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03318 is #4FCCE7. Grayscale: #555555. Windows color (decimal): -5229800 or 1586096. OLE color: 1586096.

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

Color convert

RGB 176 51 24 -
CMYK 0 0.71 0.86 0.31
HSL 10.66º 0.76% 0.39% -
HSV(B) 10.66º 0.86% 0.69% -
XYZ 19.25 11.66 2.1 -
YUV 85.3 93.41 192.7 -
System Red Green Blue C M Y K H S L
Decimal 176 51 24 0 0.71 0.86 0.31 10.66 0.76 0.39
Hex B0 33 18 0 47 56 1F B 4C 27
Octal 260 63 30 0 107 126 37 13 114 47
Binary 10110000 110011 11000 0 1000111 1010110 11111 1011 1001100 100111

Color Harmonies of #B03318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03318

Black with #B03318

Text Example


Text Example

White with #B03318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03318; }

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

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

background-color css

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

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

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

border-color css

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

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

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