Html Css Color HEX #B2154A Cardinal

📋 copy color: '#B2154A'

red 178 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #B2154A

Tints of Cardinal #B2154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 65.2%
G = 7.69%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2154A (or 0xB2154A) is known color: Cardinal. HEX triplet: B2, 15 and 4A. RGB value is (178,21,74). Sum of RGB (Red+Green+Blue) = 178+21+74=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2154A is #4DEAB5. Grayscale: #494949. Windows color (decimal): -5106358 or 4855218. OLE color: 4855218.

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

Color convert

RGB 178 21 74 -
CMYK 0 0.88 0.58 0.30
HSL 339.75º 0.79% 0.39% -
HSV(B) 339.75º 0.88% 0.7% -
XYZ 19.86 10.5 7.46 -
YUV 73.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 178 21 74 0 0.88 0.58 0.30 339.75 0.79 0.39
Hex B2 15 4A 0 58 3A 1E 154 4F 27
Octal 262 25 112 0 130 72 36 524 117 47
Binary 10110010 10101 1001010 0 1011000 111010 11110 101010100 1001111 100111

Color Harmonies of #B2154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2154A

Black with #B2154A

Text Example


Text Example

White with #B2154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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