Html Css Color HEX #B03C64 Rouge

📋 copy color: '#B03C64'

red 176 ◦ green 60 ◦ blue 100

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

Shades of Rouge #B03C64

Tints of Rouge #B03C64

RGB

 RED value IS 176 (69.14% from 255) = 52.38%

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 52.38%
G = 17.86%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B03C64 (or 0xB03C64) is known color: Rouge. HEX triplet: B0, 3C and 64. RGB value is (176,60,100). Sum of RGB (Red+Green+Blue) = 176+60+100=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C64 is #4FC39B. Grayscale: #636363. Windows color (decimal): -5227420 or 6569136. OLE color: 6569136.

HSL color Cylindrical-coordinate representation of color #B03C64: hue angle of 339.31º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03C64 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 60 100 -
CMYK 0 0.66 0.43 0.31
HSL 339.31º 0.49% 0.46% -
HSV(B) 339.31º 0.66% 0.69% -
XYZ 21.82 13.38 13.49 -
YUV 99.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 176 60 100 0 0.66 0.43 0.31 339.31 0.49 0.46
Hex B0 3C 64 0 42 2B 1F 153 31 2E
Octal 260 74 144 0 102 53 37 523 61 56
Binary 10110000 111100 1100100 0 1000010 101011 11111 101010011 110001 101110

Color Harmonies of #B03C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C64

Black with #B03C64

Text Example


Text Example

White with #B03C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C64; }

 p { color: rgb(176,60,100); }

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

background-color css

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

 a { background-color: rgb(176,60,100); }

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

border-color css

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

 span { border-color: rgb(176,60,100); }

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