Html Css Color HEX #B42965 Rouge

📋 copy color: '#B42965'

red 180 ◦ green 41 ◦ blue 101

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

Shades of Rouge #B42965

Tints of Rouge #B42965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 55.9%
G = 12.73%
B = 31.37%

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

#B42965 (or 0xB42965) is known color: Rouge. HEX triplet: B4, 29 and 65. RGB value is (180,41,101). Sum of RGB (Red+Green+Blue) = 180+41+101=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B42965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42965 is #4BD69A. Grayscale: #595959. Windows color (decimal): -4970139 or 6629812. OLE color: 6629812.

HSL color Cylindrical-coordinate representation of color #B42965: hue angle of 334.1º 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 #B42965 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 101 -
CMYK 0 0.77 0.44 0.29
HSL 334.1º 0.63% 0.43% -
HSV(B) 334.1º 0.77% 0.71% -
XYZ 21.96 12.23 13.51 -
YUV 89.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 180 41 101 0 0.77 0.44 0.29 334.1 0.63 0.43
Hex B4 29 65 0 4D 2C 1D 14E 3F 2B
Octal 264 51 145 0 115 54 35 516 77 53
Binary 10110100 101001 1100101 0 1001101 101100 11101 101001110 111111 101011

Color Harmonies of #B42965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42965

Black with #B42965

Text Example


Text Example

White with #B42965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42965; }

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

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

background-color css

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

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

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

border-color css

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

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

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