Html Css Color HEX #B21434 Cardinal

📋 copy color: '#B21434'

red 178 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #B21434

Tints of Cardinal #B21434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 71.2%
G = 8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B21434 (or 0xB21434) is known color: Cardinal. HEX triplet: B2, 14 and 34. RGB value is (178,20,52). Sum of RGB (Red+Green+Blue) = 178+20+52=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B21434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21434 is #4DEBCB. Grayscale: #464646. Windows color (decimal): -5106636 or 3413170. OLE color: 3413170.

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

Color convert

RGB 178 20 52 -
CMYK 0 0.89 0.71 0.30
HSL 347.85º 0.8% 0.39% -
HSV(B) 347.85º 0.89% 0.7% -
XYZ 19.23 10.21 4.21 -
YUV 70.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 178 20 52 0 0.89 0.71 0.30 347.85 0.8 0.39
Hex B2 14 34 0 59 47 1E 15C 50 27
Octal 262 24 64 0 131 107 36 534 120 47
Binary 10110010 10100 110100 0 1011001 1000111 11110 101011100 1010000 100111

Color Harmonies of #B21434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21434

Black with #B21434

Text Example


Text Example

White with #B21434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21434; }

 p { color: rgb(178,20,52); }

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

background-color css

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

 a { background-color: rgb(178,20,52); }

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

border-color css

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

 span { border-color: rgb(178,20,52); }

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