Html Css Color HEX #B12D01 Rust

📋 copy color: '#B12D01'

red 177 ◦ green 45 ◦ blue 1

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

Shades of Rust #B12D01

Tints of Rust #B12D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 79.37%
G = 20.18%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B12D01 (or 0xB12D01) is known color: Rust. HEX triplet: B1, 2D and 01. RGB value is (177,45,1). Sum of RGB (Red+Green+Blue) = 177+45+1=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12D01 is #4ED2FE. Grayscale: #4F4F4F. Windows color (decimal): -5165823 or 77233. OLE color: 77233.

HSL color Cylindrical-coordinate representation of color #B12D01: hue angle of 15º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B12D01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 45 1 -
CMYK 0 0.75 0.99 0.31
HSL 15º 0.99% 0.35% -
HSV(B) 15º 0.99% 0.69% -
XYZ 19.08 11.23 1.19 -
YUV 79.45 83.73 197.58 -
System Red Green Blue C M Y K H S L
Decimal 177 45 1 0 0.75 0.99 0.31 15 0.99 0.35
Hex B1 2D 1 0 4B 63 1F F 63 23
Octal 261 55 1 0 113 143 37 17 143 43
Binary 10110001 101101 1 0 1001011 1100011 11111 1111 1100011 100011

Color Harmonies of #B12D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D01

Black with #B12D01

Text Example


Text Example

White with #B12D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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