Html Css Color HEX #B03812 Rust

📋 copy color: '#B03812'

red 176 ◦ green 56 ◦ blue 18

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

Shades of Rust #B03812

Tints of Rust #B03812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 70.4%
G = 22.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03812 (or 0xB03812) is known color: Rust. HEX triplet: B0, 38 and 12. RGB value is (176,56,18). Sum of RGB (Red+Green+Blue) = 176+56+18=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03812 is #4FC7ED. Grayscale: #575757. Windows color (decimal): -5228526 or 1194160. OLE color: 1194160.

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

Color convert

RGB 176 56 18 -
CMYK 0 0.68 0.90 0.31
HSL 14.43º 0.81% 0.38% -
HSV(B) 14.43º 0.9% 0.69% -
XYZ 19.43 12.1 1.88 -
YUV 87.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 176 56 18 0 0.68 0.90 0.31 14.43 0.81 0.38
Hex B0 38 12 0 44 5A 1F E 51 26
Octal 260 70 22 0 104 132 37 16 121 46
Binary 10110000 111000 10010 0 1000100 1011010 11111 1110 1010001 100110

Color Harmonies of #B03812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03812

Black with #B03812

Text Example


Text Example

White with #B03812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03812; }

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

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

background-color css

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

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

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

border-color css

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

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

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