Html Css Color HEX #B22F5D Rouge

📋 copy color: '#B22F5D'

red 178 ◦ green 47 ◦ blue 93

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

Shades of Rouge #B22F5D

Tints of Rouge #B22F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.78%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 55.97%
G = 14.78%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B22F5D (or 0xB22F5D) is known color: Rouge. HEX triplet: B2, 2F and 5D. RGB value is (178,47,93). Sum of RGB (Red+Green+Blue) = 178+47+93=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F5D is #4DD0A2. Grayscale: #5B5B5B. Windows color (decimal): -5099683 or 6107058. OLE color: 6107058.

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

Color convert

RGB 178 47 93 -
CMYK 0 0.74 0.48 0.30
HSL 338.93º 0.58% 0.44% -
HSV(B) 338.93º 0.74% 0.7% -
XYZ 21.35 12.29 11.6 -
YUV 91.41 128.9 189.76 -
System Red Green Blue C M Y K H S L
Decimal 178 47 93 0 0.74 0.48 0.30 338.93 0.58 0.44
Hex B2 2F 5D 0 4A 30 1E 153 3A 2C
Octal 262 57 135 0 112 60 36 523 72 54
Binary 10110010 101111 1011101 0 1001010 110000 11110 101010011 111010 101100

Color Harmonies of #B22F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F5D

Black with #B22F5D

Text Example


Text Example

White with #B22F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F5D; }

 p { color: rgb(178,47,93); }

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

background-color css

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

 a { background-color: rgb(178,47,93); }

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

border-color css

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

 span { border-color: rgb(178,47,93); }

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