Html Css Color HEX #B2152F Cardinal

📋 copy color: '#B2152F'

red 178 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #B2152F

Tints of Cardinal #B2152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 72.36%
G = 8.54%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2152F (or 0xB2152F) is known color: Cardinal. HEX triplet: B2, 15 and 2F. RGB value is (178,21,47). Sum of RGB (Red+Green+Blue) = 178+21+47=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2152F is #4DEAD0. Grayscale: #464646. Windows color (decimal): -5106385 or 3085746. OLE color: 3085746.

HSL color Cylindrical-coordinate representation of color #B2152F: hue angle of 350.06º 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 #B2152F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 47 -
CMYK 0 0.88 0.74 0.30
HSL 350.06º 0.79% 0.39% -
HSV(B) 350.06º 0.88% 0.7% -
XYZ 19.14 10.21 3.65 -
YUV 70.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 178 21 47 0 0.88 0.74 0.30 350.06 0.79 0.39
Hex B2 15 2F 0 58 4A 1E 15E 4F 27
Octal 262 25 57 0 130 112 36 536 117 47
Binary 10110010 10101 101111 0 1011000 1001010 11110 101011110 1001111 100111

Color Harmonies of #B2152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2152F

Black with #B2152F

Text Example


Text Example

White with #B2152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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