Html Css Color HEX #B2193A Cardinal

📋 copy color: '#B2193A'

red 178 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #B2193A

Tints of Cardinal #B2193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 68.2%
G = 9.58%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2193A (or 0xB2193A) is known color: Cardinal. HEX triplet: B2, 19 and 3A. RGB value is (178,25,58). Sum of RGB (Red+Green+Blue) = 178+25+58=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2193A is #4DE6C5. Grayscale: #4A4A4A. Windows color (decimal): -5105350 or 3807666. OLE color: 3807666.

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

Color convert

RGB 178 25 58 -
CMYK 0 0.86 0.67 0.30
HSL 347.06º 0.75% 0.4% -
HSV(B) 347.06º 0.86% 0.7% -
XYZ 19.47 10.47 5 -
YUV 74.51 118.69 201.82 -
System Red Green Blue C M Y K H S L
Decimal 178 25 58 0 0.86 0.67 0.30 347.06 0.75 0.4
Hex B2 19 3A 0 56 43 1E 15B 4B 28
Octal 262 31 72 0 126 103 36 533 113 50
Binary 10110010 11001 111010 0 1010110 1000011 11110 101011011 1001011 101000

Color Harmonies of #B2193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2193A

Black with #B2193A

Text Example


Text Example

White with #B2193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2193A; }

 p { color: rgb(178,25,58); }

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

background-color css

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

 a { background-color: rgb(178,25,58); }

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

border-color css

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

 span { border-color: rgb(178,25,58); }

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