Html Css Color HEX #B2243A Cardinal

📋 copy color: '#B2243A'

red 178 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #B2243A

Tints of Cardinal #B2243A

RGB

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

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

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

R = 65.44%
G = 13.24%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2243A (or 0xB2243A) is known color: Cardinal. HEX triplet: B2, 24 and 3A. RGB value is (178,36,58). Sum of RGB (Red+Green+Blue) = 178+36+58=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2243A is #4DDBC5. Grayscale: #515151. Windows color (decimal): -5102534 or 3810482. OLE color: 3810482.

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

Color convert

RGB 178 36 58 -
CMYK 0 0.80 0.67 0.30
HSL 350.7º 0.66% 0.42% -
HSV(B) 350.7º 0.8% 0.7% -
XYZ 19.75 11.03 5.09 -
YUV 80.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 178 36 58 0 0.80 0.67 0.30 350.7 0.66 0.42
Hex B2 24 3A 0 50 43 1E 15F 42 2A
Octal 262 44 72 0 120 103 36 537 102 52
Binary 10110010 100100 111010 0 1010000 1000011 11110 101011111 1000010 101010

Color Harmonies of #B2243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2243A

Black with #B2243A

Text Example


Text Example

White with #B2243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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