Html Css Color HEX #B03762 Rouge

📋 copy color: '#B03762'

red 176 ◦ green 55 ◦ blue 98

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

Shades of Rouge #B03762

Tints of Rouge #B03762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 53.5%
G = 16.72%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B03762 (or 0xB03762) is known color: Rouge. HEX triplet: B0, 37 and 62. RGB value is (176,55,98). Sum of RGB (Red+Green+Blue) = 176+55+98=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B03762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03762 is #4FC89D. Grayscale: #606060. Windows color (decimal): -5228702 or 6436784. OLE color: 6436784.

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

Color convert

RGB 176 55 98 -
CMYK 0 0.69 0.44 0.31
HSL 338.68º 0.52% 0.45% -
HSV(B) 338.68º 0.69% 0.69% -
XYZ 21.48 12.84 12.9 -
YUV 96.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 176 55 98 0 0.69 0.44 0.31 338.68 0.52 0.45
Hex B0 37 62 0 45 2C 1F 153 34 2D
Octal 260 67 142 0 105 54 37 523 64 55
Binary 10110000 110111 1100010 0 1000101 101100 11111 101010011 110100 101101

Color Harmonies of #B03762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03762

Black with #B03762

Text Example


Text Example

White with #B03762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03762; }

 p { color: rgb(176,55,98); }

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

background-color css

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

 a { background-color: rgb(176,55,98); }

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

border-color css

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

 span { border-color: rgb(176,55,98); }

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