Html Css Color HEX #B2213F Cardinal

📋 copy color: '#B2213F'

red 178 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #B2213F

Tints of Cardinal #B2213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 64.96%
G = 12.04%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2213F (or 0xB2213F) is known color: Cardinal. HEX triplet: B2, 21 and 3F. RGB value is (178,33,63). Sum of RGB (Red+Green+Blue) = 178+33+63=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2213F is #4DDEC0. Grayscale: #4F4F4F. Windows color (decimal): -5103297 or 4137394. OLE color: 4137394.

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

Color convert

RGB 178 33 63 -
CMYK 0 0.81 0.65 0.30
HSL 347.59º 0.69% 0.41% -
HSV(B) 347.59º 0.81% 0.7% -
XYZ 19.8 10.91 5.77 -
YUV 79.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 178 33 63 0 0.81 0.65 0.30 347.59 0.69 0.41
Hex B2 21 3F 0 51 41 1E 15C 45 29
Octal 262 41 77 0 121 101 36 534 105 51
Binary 10110010 100001 111111 0 1010001 1000001 11110 101011100 1000101 101001

Color Harmonies of #B2213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2213F

Black with #B2213F

Text Example


Text Example

White with #B2213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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