Html Css Color HEX #B42C67 Rouge

📋 copy color: '#B42C67'

red 180 ◦ green 44 ◦ blue 103

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

Shades of Rouge #B42C67

Tints of Rouge #B42C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.5%

R = 55.05%
G = 13.46%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B42C67 (or 0xB42C67) is known color: Rouge. HEX triplet: B4, 2C and 67. RGB value is (180,44,103). Sum of RGB (Red+Green+Blue) = 180+44+103=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C67 is #4BD398. Grayscale: #5B5B5B. Windows color (decimal): -4969369 or 6761652. OLE color: 6761652.

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

Color convert

RGB 180 44 103 -
CMYK 0 0.76 0.43 0.29
HSL 333.97º 0.61% 0.44% -
HSV(B) 333.97º 0.76% 0.71% -
XYZ 22.17 12.48 14.07 -
YUV 91.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 180 44 103 0 0.76 0.43 0.29 333.97 0.61 0.44
Hex B4 2C 67 0 4C 2B 1D 14E 3D 2C
Octal 264 54 147 0 114 53 35 516 75 54
Binary 10110100 101100 1100111 0 1001100 101011 11101 101001110 111101 101100

Color Harmonies of #B42C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C67

Black with #B42C67

Text Example


Text Example

White with #B42C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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