Html Css Color HEX #B21B3C Cardinal

📋 copy color: '#B21B3C'

red 178 ◦ green 27 ◦ blue 60

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

Shades of Cardinal #B21B3C

Tints of Cardinal #B21B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.19%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 67.17%
G = 10.19%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B21B3C (or 0xB21B3C) is known color: Cardinal. HEX triplet: B2, 1B and 3C. RGB value is (178,27,60). Sum of RGB (Red+Green+Blue) = 178+27+60=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B3C is #4DE4C3. Grayscale: #4B4B4B. Windows color (decimal): -5104836 or 3939250. OLE color: 3939250.

HSL color Cylindrical-coordinate representation of color #B21B3C: hue angle of 346.89º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B3C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 27 60 -
CMYK 0 0.85 0.66 0.30
HSL 346.89º 0.74% 0.4% -
HSV(B) 346.89º 0.85% 0.7% -
XYZ 19.57 10.58 5.28 -
YUV 75.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 178 27 60 0 0.85 0.66 0.30 346.89 0.74 0.4
Hex B2 1B 3C 0 55 42 1E 15B 4A 28
Octal 262 33 74 0 125 102 36 533 112 50
Binary 10110010 11011 111100 0 1010101 1000010 11110 101011011 1001010 101000

Color Harmonies of #B21B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B3C

Black with #B21B3C

Text Example


Text Example

White with #B21B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B3C; }

 p { color: rgb(178,27,60); }

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

background-color css

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

 a { background-color: rgb(178,27,60); }

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

border-color css

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

 span { border-color: rgb(178,27,60); }

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