Html Css Color HEX #B22D6E Rouge

📋 copy color: '#B22D6E'

red 178 ◦ green 45 ◦ blue 110

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

Shades of Rouge #B22D6E

Tints of Rouge #B22D6E

RGB

 RED value IS 178 (69.92% from 255) = 53.45%

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 53.45%
G = 13.51%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B22D6E (or 0xB22D6E) is known color: Rouge. HEX triplet: B2, 2D and 6E. RGB value is (178,45,110). Sum of RGB (Red+Green+Blue) = 178+45+110=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D6E is #4DD291. Grayscale: #5C5C5C. Windows color (decimal): -5100178 or 7220658. OLE color: 7220658.

HSL color Cylindrical-coordinate representation of color #B22D6E: hue angle of 330.68º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D6E is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 110 -
CMYK 0 0.75 0.38 0.30
HSL 330.68º 0.6% 0.44% -
HSV(B) 330.68º 0.75% 0.7% -
XYZ 22.11 12.47 15.99 -
YUV 92.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 178 45 110 0 0.75 0.38 0.30 330.68 0.6 0.44
Hex B2 2D 6E 0 4B 26 1E 14B 3C 2C
Octal 262 55 156 0 113 46 36 513 74 54
Binary 10110010 101101 1101110 0 1001011 100110 11110 101001011 111100 101100

Color Harmonies of #B22D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D6E

Black with #B22D6E

Text Example


Text Example

White with #B22D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D6E; }

 p { color: rgb(178,45,110); }

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

background-color css

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

 a { background-color: rgb(178,45,110); }

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

border-color css

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

 span { border-color: rgb(178,45,110); }

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