Html Css Color HEX #B12D12 Rust

📋 copy color: '#B12D12'

red 177 ◦ green 45 ◦ blue 18

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

Shades of Rust #B12D12

Tints of Rust #B12D12

RGB

 RED value IS 177 (69.53% from 255) = 73.75%

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 73.75%
G = 18.75%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B12D12 (or 0xB12D12) is known color: Rust. HEX triplet: B1, 2D and 12. RGB value is (177,45,18). Sum of RGB (Red+Green+Blue) = 177+45+18=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12D12 is #4ED2ED. Grayscale: #515151. Windows color (decimal): -5165806 or 1191345. OLE color: 1191345.

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

Color convert

RGB 177 45 18 -
CMYK 0 0.75 0.90 0.31
HSL 10.19º 0.82% 0.38% -
HSV(B) 10.19º 0.9% 0.69% -
XYZ 19.18 11.27 1.74 -
YUV 81.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 177 45 18 0 0.75 0.90 0.31 10.19 0.82 0.38
Hex B1 2D 12 0 4B 5A 1F A 52 26
Octal 261 55 22 0 113 132 37 12 122 46
Binary 10110001 101101 10010 0 1001011 1011010 11111 1010 1010010 100110

Color Harmonies of #B12D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D12

Black with #B12D12

Text Example


Text Example

White with #B12D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D12; }

 p { color: rgb(177,45,18); }

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

background-color css

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

 a { background-color: rgb(177,45,18); }

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

border-color css

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

 span { border-color: rgb(177,45,18); }

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