Html Css Color HEX #B2203E Cardinal

📋 copy color: '#B2203E'

red 178 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #B2203E

Tints of Cardinal #B2203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 65.44%
G = 11.76%
B = 22.79%

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

#B2203E (or 0xB2203E) is known color: Cardinal. HEX triplet: B2, 20 and 3E. RGB value is (178,32,62). Sum of RGB (Red+Green+Blue) = 178+32+62=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2203E is #4DDFC1. Grayscale: #4F4F4F. Windows color (decimal): -5103554 or 4071602. OLE color: 4071602.

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

Color convert

RGB 178 32 62 -
CMYK 0 0.82 0.65 0.30
HSL 347.67º 0.7% 0.41% -
HSV(B) 347.67º 0.82% 0.7% -
XYZ 19.75 10.85 5.61 -
YUV 79.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 178 32 62 0 0.82 0.65 0.30 347.67 0.7 0.41
Hex B2 20 3E 0 52 41 1E 15C 46 29
Octal 262 40 76 0 122 101 36 534 106 51
Binary 10110010 100000 111110 0 1010010 1000001 11110 101011100 1000110 101001

Color Harmonies of #B2203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2203E

Black with #B2203E

Text Example


Text Example

White with #B2203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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