Html Css Color HEX #B42C6B Rouge

📋 copy color: '#B42C6B'

red 180 ◦ green 44 ◦ blue 107

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

Shades of Rouge #B42C6B

Tints of Rouge #B42C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 54.38%
G = 13.29%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B42C6B (or 0xB42C6B) is known color: Rouge. HEX triplet: B4, 2C and 6B. RGB value is (180,44,107). Sum of RGB (Red+Green+Blue) = 180+44+107=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C6B is #4BD394. Grayscale: #5B5B5B. Windows color (decimal): -4969365 or 7023796. OLE color: 7023796.

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

Color convert

RGB 180 44 107 -
CMYK 0 0.76 0.41 0.29
HSL 332.21º 0.61% 0.44% -
HSV(B) 332.21º 0.76% 0.71% -
XYZ 22.38 12.57 15.16 -
YUV 91.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 180 44 107 0 0.76 0.41 0.29 332.21 0.61 0.44
Hex B4 2C 6B 0 4C 29 1D 14C 3D 2C
Octal 264 54 153 0 114 51 35 514 75 54
Binary 10110100 101100 1101011 0 1001100 101001 11101 101001100 111101 101100

Color Harmonies of #B42C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C6B

Black with #B42C6B

Text Example


Text Example

White with #B42C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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