Html Css Color HEX #B21C32 Cardinal

📋 copy color: '#B21C32'

red 178 ◦ green 28 ◦ blue 50

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

Shades of Cardinal #B21C32

Tints of Cardinal #B21C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 69.53%
G = 10.94%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B21C32 (or 0xB21C32) is known color: Cardinal. HEX triplet: B2, 1C and 32. RGB value is (178,28,50). Sum of RGB (Red+Green+Blue) = 178+28+50=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C32 is #4DE3CD. Grayscale: #4B4B4B. Windows color (decimal): -5104590 or 3284146. OLE color: 3284146.

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

Color convert

RGB 178 28 50 -
CMYK 0 0.84 0.72 0.30
HSL 351.2º 0.73% 0.4% -
HSV(B) 351.2º 0.84% 0.7% -
XYZ 19.35 10.53 4.03 -
YUV 75.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 178 28 50 0 0.84 0.72 0.30 351.2 0.73 0.4
Hex B2 1C 32 0 54 48 1E 15F 49 28
Octal 262 34 62 0 124 110 36 537 111 50
Binary 10110010 11100 110010 0 1010100 1001000 11110 101011111 1001001 101000

Color Harmonies of #B21C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C32

Black with #B21C32

Text Example


Text Example

White with #B21C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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