Html Css Color HEX #B12904 Rust

📋 copy color: '#B12904'

red 177 ◦ green 41 ◦ blue 4

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

Shades of Rust #B12904

Tints of Rust #B12904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 79.73%
G = 18.47%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B12904 (or 0xB12904) is known color: Rust. HEX triplet: B1, 29 and 04. RGB value is (177,41,4). Sum of RGB (Red+Green+Blue) = 177+41+4=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B12904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12904 is #4ED6FB. Grayscale: #4D4D4D. Windows color (decimal): -5166844 or 272817. OLE color: 272817.

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

Color convert

RGB 177 41 4 -
CMYK 0 0.77 0.98 0.31
HSL 12.83º 0.96% 0.35% -
HSV(B) 12.83º 0.98% 0.69% -
XYZ 18.95 10.94 1.23 -
YUV 77.45 86.56 199.01 -
System Red Green Blue C M Y K H S L
Decimal 177 41 4 0 0.77 0.98 0.31 12.83 0.96 0.35
Hex B1 29 4 0 4D 62 1F D 60 23
Octal 261 51 4 0 115 142 37 15 140 43
Binary 10110001 101001 100 0 1001101 1100010 11111 1101 1100000 100011

Color Harmonies of #B12904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12904

Black with #B12904

Text Example


Text Example

White with #B12904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12904; }

 p { color: rgb(177,41,4); }

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

background-color css

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

 a { background-color: rgb(177,41,4); }

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

border-color css

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

 span { border-color: rgb(177,41,4); }

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