Html Css Color HEX #B41E4D Old Rose

📋 copy color: '#B41E4D'

red 180 ◦ green 30 ◦ blue 77

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

Shades of Old Rose #B41E4D

Tints of Old Rose #B41E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 62.72%
G = 10.45%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B41E4D (or 0xB41E4D) is known color: Old Rose. HEX triplet: B4, 1E and 4D. RGB value is (180,30,77). Sum of RGB (Red+Green+Blue) = 180+30+77=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E4D is #4BE1B2. Grayscale: #505050. Windows color (decimal): -4972979 or 5054132. OLE color: 5054132.

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

Color convert

RGB 180 30 77 -
CMYK 0 0.83 0.57 0.29
HSL 341.2º 0.71% 0.41% -
HSV(B) 341.2º 0.83% 0.71% -
XYZ 20.63 11.17 8.09 -
YUV 80.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 180 30 77 0 0.83 0.57 0.29 341.2 0.71 0.41
Hex B4 1E 4D 0 53 39 1D 155 47 29
Octal 264 36 115 0 123 71 35 525 107 51
Binary 10110100 11110 1001101 0 1010011 111001 11101 101010101 1000111 101001

Color Harmonies of #B41E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E4D

Black with #B41E4D

Text Example


Text Example

White with #B41E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E4D; }

 p { color: rgb(180,30,77); }

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

background-color css

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

 a { background-color: rgb(180,30,77); }

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

border-color css

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

 span { border-color: rgb(180,30,77); }

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