Html Css Color HEX #B03269 Rouge

📋 copy color: '#B03269'

red 176 ◦ green 50 ◦ blue 105

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

Shades of Rouge #B03269

Tints of Rouge #B03269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 53.17%
G = 15.11%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B03269 (or 0xB03269) is known color: Rouge. HEX triplet: B0, 32 and 69. RGB value is (176,50,105). Sum of RGB (Red+Green+Blue) = 176+50+105=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B03269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03269 is #4FCD96. Grayscale: #5D5D5D. Windows color (decimal): -5229975 or 6894256. OLE color: 6894256.

HSL color Cylindrical-coordinate representation of color #B03269: hue angle of 333.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03269 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 105 -
CMYK 0 0.72 0.40 0.31
HSL 333.81º 0.56% 0.44% -
HSV(B) 333.81º 0.72% 0.69% -
XYZ 21.59 12.53 14.65 -
YUV 93.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 176 50 105 0 0.72 0.40 0.31 333.81 0.56 0.44
Hex B0 32 69 0 48 28 1F 14E 38 2C
Octal 260 62 151 0 110 50 37 516 70 54
Binary 10110000 110010 1101001 0 1001000 101000 11111 101001110 111000 101100

Color Harmonies of #B03269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03269

Black with #B03269

Text Example


Text Example

White with #B03269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03269; }

 p { color: rgb(176,50,105); }

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

background-color css

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

 a { background-color: rgb(176,50,105); }

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

border-color css

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

 span { border-color: rgb(176,50,105); }

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