Html Css Color HEX #B41E4B Old Rose

📋 copy color: '#B41E4B'

red 180 ◦ green 30 ◦ blue 75

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

Shades of Old Rose #B41E4B

Tints of Old Rose #B41E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 63.16%
G = 10.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B41E4B (or 0xB41E4B) is known color: Old Rose. HEX triplet: B4, 1E and 4B. RGB value is (180,30,75). Sum of RGB (Red+Green+Blue) = 180+30+75=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E4B is #4BE1B4. Grayscale: #4F4F4F. Windows color (decimal): -4972981 or 4923060. OLE color: 4923060.

HSL color Cylindrical-coordinate representation of color #B41E4B: hue angle of 342º 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 #B41E4B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 30 75 -
CMYK 0 0.83 0.58 0.29
HSL 342º 0.71% 0.41% -
HSV(B) 342º 0.83% 0.71% -
XYZ 20.56 11.14 7.72 -
YUV 79.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 180 30 75 0 0.83 0.58 0.29 342 0.71 0.41
Hex B4 1E 4B 0 53 3A 1D 156 47 29
Octal 264 36 113 0 123 72 35 526 107 51
Binary 10110100 11110 1001011 0 1010011 111010 11101 101010110 1000111 101001

Color Harmonies of #B41E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E4B

Black with #B41E4B

Text Example


Text Example

White with #B41E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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