Html Css Color HEX #B2243E Cardinal

📋 copy color: '#B2243E'

red 178 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #B2243E

Tints of Cardinal #B2243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 64.49%
G = 13.04%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2243E (or 0xB2243E) is known color: Cardinal. HEX triplet: B2, 24 and 3E. RGB value is (178,36,62). Sum of RGB (Red+Green+Blue) = 178+36+62=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2243E is #4DDBC1. Grayscale: #515151. Windows color (decimal): -5102530 or 4072626. OLE color: 4072626.

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

Color convert

RGB 178 36 62 -
CMYK 0 0.80 0.65 0.30
HSL 349.01º 0.66% 0.42% -
HSV(B) 349.01º 0.8% 0.7% -
XYZ 19.86 11.07 5.65 -
YUV 81.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 178 36 62 0 0.80 0.65 0.30 349.01 0.66 0.42
Hex B2 24 3E 0 50 41 1E 15D 42 2A
Octal 262 44 76 0 120 101 36 535 102 52
Binary 10110010 100100 111110 0 1010000 1000001 11110 101011101 1000010 101010

Color Harmonies of #B2243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2243E

Black with #B2243E

Text Example


Text Example

White with #B2243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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