Html Css Color HEX #B41C4D Old Rose

📋 copy color: '#B41C4D'

red 180 ◦ green 28 ◦ blue 77

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

Shades of Old Rose #B41C4D

Tints of Old Rose #B41C4D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 63.16%
G = 9.82%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B41C4D (or 0xB41C4D) is known color: Old Rose. HEX triplet: B4, 1C and 4D. RGB value is (180,28,77). Sum of RGB (Red+Green+Blue) = 180+28+77=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C4D is #4BE3B2. Grayscale: #4E4E4E. Windows color (decimal): -4973491 or 5053620. OLE color: 5053620.

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

Color convert

RGB 180 28 77 -
CMYK 0 0.84 0.57 0.29
HSL 340.66º 0.73% 0.41% -
HSV(B) 340.66º 0.84% 0.71% -
XYZ 20.58 11.07 8.07 -
YUV 79.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 180 28 77 0 0.84 0.57 0.29 340.66 0.73 0.41
Hex B4 1C 4D 0 54 39 1D 155 49 29
Octal 264 34 115 0 124 71 35 525 111 51
Binary 10110100 11100 1001101 0 1010100 111001 11101 101010101 1001001 101001

Color Harmonies of #B41C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C4D

Black with #B41C4D

Text Example


Text Example

White with #B41C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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