Html Css Color HEX #B41B4A Old Rose

📋 copy color: '#B41B4A'

red 180 ◦ green 27 ◦ blue 74

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

Shades of Old Rose #B41B4A

Tints of Old Rose #B41B4A

RGB

 RED value IS 180 (70.7% from 255) = 64.06%

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 64.06%
G = 9.61%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B41B4A (or 0xB41B4A) is known color: Old Rose. HEX triplet: B4, 1B and 4A. RGB value is (180,27,74). Sum of RGB (Red+Green+Blue) = 180+27+74=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B4A is #4BE4B5. Grayscale: #4E4E4E. Windows color (decimal): -4973750 or 4856756. OLE color: 4856756.

HSL color Cylindrical-coordinate representation of color #B41B4A: hue angle of 341.57º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41B4A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 27 74 -
CMYK 0 0.85 0.59 0.29
HSL 341.57º 0.74% 0.41% -
HSV(B) 341.57º 0.85% 0.71% -
XYZ 20.45 10.98 7.52 -
YUV 78.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 180 27 74 0 0.85 0.59 0.29 341.57 0.74 0.41
Hex B4 1B 4A 0 55 3B 1D 156 4A 29
Octal 264 33 112 0 125 73 35 526 112 51
Binary 10110100 11011 1001010 0 1010101 111011 11101 101010110 1001010 101001

Color Harmonies of #B41B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B4A

Black with #B41B4A

Text Example


Text Example

White with #B41B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B4A; }

 p { color: rgb(180,27,74); }

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

background-color css

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

 a { background-color: rgb(180,27,74); }

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

border-color css

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

 span { border-color: rgb(180,27,74); }

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