Html Css Color HEX #B21C4A Old Rose

📋 copy color: '#B21C4A'

red 178 ◦ green 28 ◦ blue 74

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

Shades of Old Rose #B21C4A

Tints of Old Rose #B21C4A

RGB

 RED value IS 178 (69.92% from 255) = 63.57%

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

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

R = 63.57%
G = 10%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B21C4A (or 0xB21C4A) is known color: Old Rose. HEX triplet: B2, 1C and 4A. RGB value is (178,28,74). Sum of RGB (Red+Green+Blue) = 178+28+74=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C4A is #4DE3B5. Grayscale: #4E4E4E. Windows color (decimal): -5104566 or 4857010. OLE color: 4857010.

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

Color convert

RGB 178 28 74 -
CMYK 0 0.84 0.58 0.30
HSL 341.6º 0.73% 0.4% -
HSV(B) 341.6º 0.84% 0.7% -
XYZ 20.01 10.79 7.51 -
YUV 78.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 178 28 74 0 0.84 0.58 0.30 341.6 0.73 0.4
Hex B2 1C 4A 0 54 3A 1E 156 49 28
Octal 262 34 112 0 124 72 36 526 111 50
Binary 10110010 11100 1001010 0 1010100 111010 11110 101010110 1001001 101000

Color Harmonies of #B21C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C4A

Black with #B21C4A

Text Example


Text Example

White with #B21C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C4A; }

 p { color: rgb(178,28,74); }

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

background-color css

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

 a { background-color: rgb(178,28,74); }

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

border-color css

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

 span { border-color: rgb(178,28,74); }

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