Html Css Color HEX #B12504 Rust

📋 copy color: '#B12504'

red 177 ◦ green 37 ◦ blue 4

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

Shades of Rust #B12504

Tints of Rust #B12504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 81.19%
G = 16.97%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B12504 (or 0xB12504) is known color: Rust. HEX triplet: B1, 25 and 04. RGB value is (177,37,4). Sum of RGB (Red+Green+Blue) = 177+37+4=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B12504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12504 is #4EDAFB. Grayscale: #4B4B4B. Windows color (decimal): -5167868 or 271793. OLE color: 271793.

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

Color convert

RGB 177 37 4 -
CMYK 0 0.79 0.98 0.31
HSL 11.45º 0.96% 0.35% -
HSV(B) 11.45º 0.98% 0.69% -
XYZ 18.81 10.68 1.18 -
YUV 75.1 87.88 200.68 -
System Red Green Blue C M Y K H S L
Decimal 177 37 4 0 0.79 0.98 0.31 11.45 0.96 0.35
Hex B1 25 4 0 4F 62 1F B 60 23
Octal 261 45 4 0 117 142 37 13 140 43
Binary 10110001 100101 100 0 1001111 1100010 11111 1011 1100000 100011

Color Harmonies of #B12504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12504

Black with #B12504

Text Example


Text Example

White with #B12504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12504; }

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

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

background-color css

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

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

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

border-color css

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

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

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