Html Css Color HEX #B02C65 Rouge

📋 copy color: '#B02C65'

red 176 ◦ green 44 ◦ blue 101

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

Shades of Rouge #B02C65

Tints of Rouge #B02C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 54.83%
G = 13.71%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B02C65 (or 0xB02C65) is known color: Rouge. HEX triplet: B0, 2C and 65. RGB value is (176,44,101). Sum of RGB (Red+Green+Blue) = 176+44+101=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C65 is #4FD39A. Grayscale: #595959. Windows color (decimal): -5231515 or 6630576. OLE color: 6630576.

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

Color convert

RGB 176 44 101 -
CMYK 0 0.75 0.43 0.31
HSL 334.09º 0.6% 0.43% -
HSV(B) 334.09º 0.75% 0.69% -
XYZ 21.15 11.97 13.51 -
YUV 89.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 176 44 101 0 0.75 0.43 0.31 334.09 0.6 0.43
Hex B0 2C 65 0 4B 2B 1F 14E 3C 2B
Octal 260 54 145 0 113 53 37 516 74 53
Binary 10110000 101100 1100101 0 1001011 101011 11111 101001110 111100 101011

Color Harmonies of #B02C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C65

Black with #B02C65

Text Example


Text Example

White with #B02C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C65; }

 p { color: rgb(176,44,101); }

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

background-color css

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

 a { background-color: rgb(176,44,101); }

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

border-color css

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

 span { border-color: rgb(176,44,101); }

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