Html Css Color HEX #B12A64 Rouge

📋 copy color: '#B12A64'

red 177 ◦ green 42 ◦ blue 100

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

Shades of Rouge #B12A64

Tints of Rouge #B12A64

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

 BLUE value IS 100 (39.45% from 255) = 31.35%

R = 55.49%
G = 13.17%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12A64 (or 0xB12A64) is known color: Rouge. HEX triplet: B1, 2A and 64. RGB value is (177,42,100). Sum of RGB (Red+Green+Blue) = 177+42+100=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12A64 is #4ED59B. Grayscale: #585858. Windows color (decimal): -5166492 or 6564529. OLE color: 6564529.

HSL color Cylindrical-coordinate representation of color #B12A64: hue angle of 334.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12A64 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 42 100 -
CMYK 0 0.76 0.44 0.31
HSL 334.22º 0.62% 0.43% -
HSV(B) 334.22º 0.76% 0.69% -
XYZ 21.26 11.92 13.24 -
YUV 88.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 177 42 100 0 0.76 0.44 0.31 334.22 0.62 0.43
Hex B1 2A 64 0 4C 2C 1F 14E 3E 2B
Octal 261 52 144 0 114 54 37 516 76 53
Binary 10110001 101010 1100100 0 1001100 101100 11111 101001110 111110 101011

Color Harmonies of #B12A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12A64

Black with #B12A64

Text Example


Text Example

White with #B12A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12A64; }

 p { color: rgb(177,42,100); }

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

background-color css

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

 a { background-color: rgb(177,42,100); }

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

border-color css

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

 span { border-color: rgb(177,42,100); }

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