Html Css Color HEX #B42964 Rouge

📋 copy color: '#B42964'

red 180 ◦ green 41 ◦ blue 100

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

Shades of Rouge #B42964

Tints of Rouge #B42964

RGB

 RED value IS 180 (70.7% from 255) = 56.07%

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

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

R = 56.07%
G = 12.77%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B42964 (or 0xB42964) is known color: Rouge. HEX triplet: B4, 29 and 64. RGB value is (180,41,100). Sum of RGB (Red+Green+Blue) = 180+41+100=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B42964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42964 is #4BD69B. Grayscale: #595959. Windows color (decimal): -4970140 or 6564276. OLE color: 6564276.

HSL color Cylindrical-coordinate representation of color #B42964: hue angle of 334.53º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42964 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 100 -
CMYK 0 0.77 0.44 0.29
HSL 334.53º 0.63% 0.43% -
HSV(B) 334.53º 0.77% 0.71% -
XYZ 21.92 12.21 13.26 -
YUV 89.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 180 41 100 0 0.77 0.44 0.29 334.53 0.63 0.43
Hex B4 29 64 0 4D 2C 1D 14F 3F 2B
Octal 264 51 144 0 115 54 35 517 77 53
Binary 10110100 101001 1100100 0 1001101 101100 11101 101001111 111111 101011

Color Harmonies of #B42964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42964

Black with #B42964

Text Example


Text Example

White with #B42964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42964; }

 p { color: rgb(180,41,100); }

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

background-color css

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

 a { background-color: rgb(180,41,100); }

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

border-color css

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

 span { border-color: rgb(180,41,100); }

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