Html Css Color HEX #B24260 Rouge

📋 copy color: '#B24260'

red 178 ◦ green 66 ◦ blue 96

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

Shades of Rouge #B24260

Tints of Rouge #B24260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 52.35%
G = 19.41%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B24260 (or 0xB24260) is known color: Rouge. HEX triplet: B2, 42 and 60. RGB value is (178,66,96). Sum of RGB (Red+Green+Blue) = 178+66+96=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B24260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24260 is #4DBD9F. Grayscale: #666666. Windows color (decimal): -5094816 or 6308530. OLE color: 6308530.

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

Color convert

RGB 178 66 96 -
CMYK 0 0.63 0.46 0.30
HSL 343.93º 0.46% 0.48% -
HSV(B) 343.93º 0.63% 0.7% -
XYZ 22.42 14.21 12.63 -
YUV 102.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 178 66 96 0 0.63 0.46 0.30 343.93 0.46 0.48
Hex B2 42 60 0 3F 2E 1E 158 2E 30
Octal 262 102 140 0 77 56 36 530 56 60
Binary 10110010 1000010 1100000 0 111111 101110 11110 101011000 101110 110000

Color Harmonies of #B24260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24260

Black with #B24260

Text Example


Text Example

White with #B24260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24260; }

 p { color: rgb(178,66,96); }

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

background-color css

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

 a { background-color: rgb(178,66,96); }

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

border-color css

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

 span { border-color: rgb(178,66,96); }

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