Html Css Color HEX #B03612 Rust

📋 copy color: '#B03612'

red 176 ◦ green 54 ◦ blue 18

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

Shades of Rust #B03612

Tints of Rust #B03612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 70.97%
G = 21.77%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03612 (or 0xB03612) is known color: Rust. HEX triplet: B0, 36 and 12. RGB value is (176,54,18). Sum of RGB (Red+Green+Blue) = 176+54+18=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B03612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03612 is #4FC9ED. Grayscale: #565656. Windows color (decimal): -5229038 or 1193648. OLE color: 1193648.

HSL color Cylindrical-coordinate representation of color #B03612: hue angle of 13.67º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B03612 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 18 -
CMYK 0 0.69 0.90 0.31
HSL 13.67º 0.81% 0.38% -
HSV(B) 13.67º 0.9% 0.69% -
XYZ 19.33 11.91 1.85 -
YUV 86.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 176 54 18 0 0.69 0.90 0.31 13.67 0.81 0.38
Hex B0 36 12 0 45 5A 1F E 51 26
Octal 260 66 22 0 105 132 37 16 121 46
Binary 10110000 110110 10010 0 1000101 1011010 11111 1110 1010001 100110

Color Harmonies of #B03612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03612

Black with #B03612

Text Example


Text Example

White with #B03612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03612; }

 p { color: rgb(176,54,18); }

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

background-color css

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

 a { background-color: rgb(176,54,18); }

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

border-color css

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

 span { border-color: rgb(176,54,18); }

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