Html Css Color HEX #B12D04 Rust

📋 copy color: '#B12D04'

red 177 ◦ green 45 ◦ blue 4

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

Shades of Rust #B12D04

Tints of Rust #B12D04

RGB

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

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

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

R = 78.32%
G = 19.91%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B12D04 (or 0xB12D04) is known color: Rust. HEX triplet: B1, 2D and 04. RGB value is (177,45,4). Sum of RGB (Red+Green+Blue) = 177+45+4=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12D04 is #4ED2FB. Grayscale: #505050. Windows color (decimal): -5165820 or 273841. OLE color: 273841.

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

Color convert

RGB 177 45 4 -
CMYK 0 0.75 0.98 0.31
HSL 14.22º 0.96% 0.35% -
HSV(B) 14.22º 0.98% 0.69% -
XYZ 19.09 11.23 1.28 -
YUV 79.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 177 45 4 0 0.75 0.98 0.31 14.22 0.96 0.35
Hex B1 2D 4 0 4B 62 1F E 60 23
Octal 261 55 4 0 113 142 37 16 140 43
Binary 10110001 101101 100 0 1001011 1100010 11111 1110 1100000 100011

Color Harmonies of #B12D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D04

Black with #B12D04

Text Example


Text Example

White with #B12D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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