Html Css Color HEX #B2213C Cardinal

📋 copy color: '#B2213C'

red 178 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #B2213C

Tints of Cardinal #B2213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

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

R = 65.68%
G = 12.18%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2213C (or 0xB2213C) is known color: Cardinal. HEX triplet: B2, 21 and 3C. RGB value is (178,33,60). Sum of RGB (Red+Green+Blue) = 178+33+60=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2213C is #4DDEC3. Grayscale: #4F4F4F. Windows color (decimal): -5103300 or 3940786. OLE color: 3940786.

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

Color convert

RGB 178 33 60 -
CMYK 0 0.81 0.66 0.30
HSL 348.83º 0.69% 0.41% -
HSV(B) 348.83º 0.81% 0.7% -
XYZ 19.72 10.88 5.34 -
YUV 79.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 178 33 60 0 0.81 0.66 0.30 348.83 0.69 0.41
Hex B2 21 3C 0 51 42 1E 15D 45 29
Octal 262 41 74 0 121 102 36 535 105 51
Binary 10110010 100001 111100 0 1010001 1000010 11110 101011101 1000101 101001

Color Harmonies of #B2213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2213C

Black with #B2213C

Text Example


Text Example

White with #B2213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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