Html Css Color HEX #B2203A Cardinal

📋 copy color: '#B2203A'

red 178 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #B2203A

Tints of Cardinal #B2203A

RGB

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

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

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

R = 66.42%
G = 11.94%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2203A (or 0xB2203A) is known color: Cardinal. HEX triplet: B2, 20 and 3A. RGB value is (178,32,58). Sum of RGB (Red+Green+Blue) = 178+32+58=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B2203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2203A is #4DDFC5. Grayscale: #4E4E4E. Windows color (decimal): -5103558 or 3809458. OLE color: 3809458.

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

Color convert

RGB 178 32 58 -
CMYK 0 0.82 0.67 0.30
HSL 349.32º 0.7% 0.41% -
HSV(B) 349.32º 0.82% 0.7% -
XYZ 19.64 10.8 5.05 -
YUV 78.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 178 32 58 0 0.82 0.67 0.30 349.32 0.7 0.41
Hex B2 20 3A 0 52 43 1E 15D 46 29
Octal 262 40 72 0 122 103 36 535 106 51
Binary 10110010 100000 111010 0 1010010 1000011 11110 101011101 1000110 101001

Color Harmonies of #B2203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2203A

Black with #B2203A

Text Example


Text Example

White with #B2203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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