Html Css Color HEX #B42C65 Rouge

📋 copy color: '#B42C65'

red 180 ◦ green 44 ◦ blue 101

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

Shades of Rouge #B42C65

Tints of Rouge #B42C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

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

R = 55.38%
G = 13.54%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B42C65 (or 0xB42C65) is known color: Rouge. HEX triplet: B4, 2C and 65. RGB value is (180,44,101). Sum of RGB (Red+Green+Blue) = 180+44+101=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C65 is #4BD39A. Grayscale: #5B5B5B. Windows color (decimal): -4969371 or 6630580. OLE color: 6630580.

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

Color convert

RGB 180 44 101 -
CMYK 0 0.76 0.44 0.29
HSL 334.85º 0.61% 0.44% -
HSV(B) 334.85º 0.76% 0.71% -
XYZ 22.07 12.44 13.55 -
YUV 91.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 180 44 101 0 0.76 0.44 0.29 334.85 0.61 0.44
Hex B4 2C 65 0 4C 2C 1D 14F 3D 2C
Octal 264 54 145 0 114 54 35 517 75 54
Binary 10110100 101100 1100101 0 1001100 101100 11101 101001111 111101 101100

Color Harmonies of #B42C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C65

Black with #B42C65

Text Example


Text Example

White with #B42C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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