Html Css Color HEX #B03A64 Rouge

📋 copy color: '#B03A64'

red 176 ◦ green 58 ◦ blue 100

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

Shades of Rouge #B03A64

Tints of Rouge #B03A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.37%

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

R = 52.69%
G = 17.37%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B03A64 (or 0xB03A64) is known color: Rouge. HEX triplet: B0, 3A and 64. RGB value is (176,58,100). Sum of RGB (Red+Green+Blue) = 176+58+100=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A64 is #4FC59B. Grayscale: #626262. Windows color (decimal): -5227932 or 6568624. OLE color: 6568624.

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

Color convert

RGB 176 58 100 -
CMYK 0 0.67 0.43 0.31
HSL 338.64º 0.5% 0.46% -
HSV(B) 338.64º 0.67% 0.69% -
XYZ 21.72 13.18 13.46 -
YUV 98.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 176 58 100 0 0.67 0.43 0.31 338.64 0.5 0.46
Hex B0 3A 64 0 43 2B 1F 153 32 2E
Octal 260 72 144 0 103 53 37 523 62 56
Binary 10110000 111010 1100100 0 1000011 101011 11111 101010011 110010 101110

Color Harmonies of #B03A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A64

Black with #B03A64

Text Example


Text Example

White with #B03A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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