Html Css Color HEX #B31A4B Old Rose

📋 copy color: '#B31A4B'

red 179 ◦ green 26 ◦ blue 75

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

Shades of Old Rose #B31A4B

Tints of Old Rose #B31A4B

RGB

 RED value IS 179 (70.31% from 255) = 63.93%

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 63.93%
G = 9.29%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B31A4B (or 0xB31A4B) is known color: Old Rose. HEX triplet: B3, 1A and 4B. RGB value is (179,26,75). Sum of RGB (Red+Green+Blue) = 179+26+75=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A4B is #4CE5B4. Grayscale: #4D4D4D. Windows color (decimal): -5039541 or 4922035. OLE color: 4922035.

HSL color Cylindrical-coordinate representation of color #B31A4B: hue angle of 340.78º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A4B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 75 -
CMYK 0 0.85 0.58 0.30
HSL 340.78º 0.75% 0.4% -
HSV(B) 340.78º 0.85% 0.7% -
XYZ 20.23 10.83 7.68 -
YUV 77.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 179 26 75 0 0.85 0.58 0.30 340.78 0.75 0.4
Hex B3 1A 4B 0 55 3A 1E 155 4B 28
Octal 263 32 113 0 125 72 36 525 113 50
Binary 10110011 11010 1001011 0 1010101 111010 11110 101010101 1001011 101000

Color Harmonies of #B31A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A4B

Black with #B31A4B

Text Example


Text Example

White with #B31A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A4B; }

 p { color: rgb(179,26,75); }

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

background-color css

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

 a { background-color: rgb(179,26,75); }

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

border-color css

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

 span { border-color: rgb(179,26,75); }

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