Html Css Color HEX #B23262 Rouge

📋 copy color: '#B23262'

red 178 ◦ green 50 ◦ blue 98

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

Shades of Rouge #B23262

Tints of Rouge #B23262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 54.6%
G = 15.34%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B23262 (or 0xB23262) is known color: Rouge. HEX triplet: B2, 32 and 62. RGB value is (178,50,98). Sum of RGB (Red+Green+Blue) = 178+50+98=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B23262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23262 is #4DCD9D. Grayscale: #5D5D5D. Windows color (decimal): -5098910 or 6435506. OLE color: 6435506.

HSL color Cylindrical-coordinate representation of color #B23262: hue angle of 337.5º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23262 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 98 -
CMYK 0 0.72 0.45 0.30
HSL 337.5º 0.56% 0.45% -
HSV(B) 337.5º 0.72% 0.7% -
XYZ 21.71 12.63 12.85 -
YUV 93.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 178 50 98 0 0.72 0.45 0.30 337.5 0.56 0.45
Hex B2 32 62 0 48 2D 1E 152 38 2D
Octal 262 62 142 0 110 55 36 522 70 55
Binary 10110010 110010 1100010 0 1001000 101101 11110 101010010 111000 101101

Color Harmonies of #B23262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23262

Black with #B23262

Text Example


Text Example

White with #B23262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23262; }

 p { color: rgb(178,50,98); }

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

background-color css

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

 a { background-color: rgb(178,50,98); }

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

border-color css

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

 span { border-color: rgb(178,50,98); }

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