Html Css Color HEX #B03468 Rouge

📋 copy color: '#B03468'

red 176 ◦ green 52 ◦ blue 104

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

Shades of Rouge #B03468

Tints of Rouge #B03468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 53.01%
G = 15.66%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B03468 (or 0xB03468) is known color: Rouge. HEX triplet: B0, 34 and 68. RGB value is (176,52,104). Sum of RGB (Red+Green+Blue) = 176+52+104=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B03468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03468 is #4FCB97. Grayscale: #5E5E5E. Windows color (decimal): -5229464 or 6829232. OLE color: 6829232.

HSL color Cylindrical-coordinate representation of color #B03468: hue angle of 334.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03468 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 104 -
CMYK 0 0.70 0.41 0.31
HSL 334.84º 0.54% 0.45% -
HSV(B) 334.84º 0.7% 0.69% -
XYZ 21.63 12.69 14.41 -
YUV 95 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 176 52 104 0 0.70 0.41 0.31 334.84 0.54 0.45
Hex B0 34 68 0 46 29 1F 14F 36 2D
Octal 260 64 150 0 106 51 37 517 66 55
Binary 10110000 110100 1101000 0 1000110 101001 11111 101001111 110110 101101

Color Harmonies of #B03468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03468

Black with #B03468

Text Example


Text Example

White with #B03468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03468; }

 p { color: rgb(176,52,104); }

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

background-color css

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

 a { background-color: rgb(176,52,104); }

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

border-color css

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

 span { border-color: rgb(176,52,104); }

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