Html Css Color HEX #B12401 Rust

📋 copy color: '#B12401'

red 177 ◦ green 36 ◦ blue 1

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

Shades of Rust #B12401

Tints of Rust #B12401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 82.71%
G = 16.82%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B12401 (or 0xB12401) is known color: Rust. HEX triplet: B1, 24 and 01. RGB value is (177,36,1). Sum of RGB (Red+Green+Blue) = 177+36+1=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B12401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12401 is #4EDBFE. Grayscale: #4A4A4A. Windows color (decimal): -5168127 or 74929. OLE color: 74929.

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

Color convert

RGB 177 36 1 -
CMYK 0 0.80 0.99 0.31
HSL 11.93º 0.99% 0.35% -
HSV(B) 11.93º 0.99% 0.69% -
XYZ 18.77 10.61 1.09 -
YUV 74.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 177 36 1 0 0.80 0.99 0.31 11.93 0.99 0.35
Hex B1 24 1 0 50 63 1F C 63 23
Octal 261 44 1 0 120 143 37 14 143 43
Binary 10110001 100100 1 0 1010000 1100011 11111 1100 1100011 100011

Color Harmonies of #B12401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12401

Black with #B12401

Text Example


Text Example

White with #B12401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12401; }

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

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

background-color css

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

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

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

border-color css

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

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

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