Html Css Color HEX #B2203F Cardinal

📋 copy color: '#B2203F'

red 178 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #B2203F

Tints of Cardinal #B2203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 65.2%
G = 11.72%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2203F (or 0xB2203F) is known color: Cardinal. HEX triplet: B2, 20 and 3F. RGB value is (178,32,63). Sum of RGB (Red+Green+Blue) = 178+32+63=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2203F is #4DDFC0. Grayscale: #4F4F4F. Windows color (decimal): -5103553 or 4137138. OLE color: 4137138.

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

Color convert

RGB 178 32 63 -
CMYK 0 0.82 0.65 0.30
HSL 347.26º 0.7% 0.41% -
HSV(B) 347.26º 0.82% 0.7% -
XYZ 19.77 10.86 5.76 -
YUV 79.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 178 32 63 0 0.82 0.65 0.30 347.26 0.7 0.41
Hex B2 20 3F 0 52 41 1E 15B 46 29
Octal 262 40 77 0 122 101 36 533 106 51
Binary 10110010 100000 111111 0 1010010 1000001 11110 101011011 1000110 101001

Color Harmonies of #B2203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2203F

Black with #B2203F

Text Example


Text Example

White with #B2203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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