Html Css Color HEX #B3375A Rouge

📋 copy color: '#B3375A'

red 179 ◦ green 55 ◦ blue 90

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

Shades of Rouge #B3375A

Tints of Rouge #B3375A

RGB

 RED value IS 179 (70.31% from 255) = 55.25%

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 55.25%
G = 16.98%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3375A (or 0xB3375A) is known color: Rouge. HEX triplet: B3, 37 and 5A. RGB value is (179,55,90). Sum of RGB (Red+Green+Blue) = 179+55+90=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3375A is #4CC8A5. Grayscale: #606060. Windows color (decimal): -5032102 or 5912499. OLE color: 5912499.

HSL color Cylindrical-coordinate representation of color #B3375A: hue angle of 343.06º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3375A is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 90 -
CMYK 0 0.69 0.50 0.30
HSL 343.06º 0.53% 0.46% -
HSV(B) 343.06º 0.69% 0.7% -
XYZ 21.8 13.05 11.04 -
YUV 96.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 179 55 90 0 0.69 0.50 0.30 343.06 0.53 0.46
Hex B3 37 5A 0 45 32 1E 157 35 2E
Octal 263 67 132 0 105 62 36 527 65 56
Binary 10110011 110111 1011010 0 1000101 110010 11110 101010111 110101 101110

Color Harmonies of #B3375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3375A

Black with #B3375A

Text Example


Text Example

White with #B3375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3375A; }

 p { color: rgb(179,55,90); }

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

background-color css

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

 a { background-color: rgb(179,55,90); }

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

border-color css

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

 span { border-color: rgb(179,55,90); }

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