Html Css Color HEX #B21C2C Cardinal

📋 copy color: '#B21C2C'

red 178 ◦ green 28 ◦ blue 44

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

Shades of Cardinal #B21C2C

Tints of Cardinal #B21C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 71.2%
G = 11.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B21C2C (or 0xB21C2C) is known color: Cardinal. HEX triplet: B2, 1C and 2C. RGB value is (178,28,44). Sum of RGB (Red+Green+Blue) = 178+28+44=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C2C is #4DE3D3. Grayscale: #4A4A4A. Windows color (decimal): -5104596 or 2890930. OLE color: 2890930.

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

Color convert

RGB 178 28 44 -
CMYK 0 0.84 0.75 0.30
HSL 353.6º 0.73% 0.4% -
HSV(B) 353.6º 0.84% 0.7% -
XYZ 19.23 10.48 3.39 -
YUV 74.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 178 28 44 0 0.84 0.75 0.30 353.6 0.73 0.4
Hex B2 1C 2C 0 54 4B 1E 162 49 28
Octal 262 34 54 0 124 113 36 542 111 50
Binary 10110010 11100 101100 0 1010100 1001011 11110 101100010 1001001 101000

Color Harmonies of #B21C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C2C

Black with #B21C2C

Text Example


Text Example

White with #B21C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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