Html Css Color HEX #B2144A Cardinal

📋 copy color: '#B2144A'

red 178 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #B2144A

Tints of Cardinal #B2144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 65.44%
G = 7.35%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2144A (or 0xB2144A) is known color: Cardinal. HEX triplet: B2, 14 and 4A. RGB value is (178,20,74). Sum of RGB (Red+Green+Blue) = 178+20+74=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2144A is #4DEBB5. Grayscale: #494949. Windows color (decimal): -5106614 or 4854962. OLE color: 4854962.

HSL color Cylindrical-coordinate representation of color #B2144A: hue angle of 339.49º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2144A is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 20 74 -
CMYK 0 0.89 0.58 0.30
HSL 339.49º 0.8% 0.39% -
HSV(B) 339.49º 0.89% 0.7% -
XYZ 19.85 10.46 7.45 -
YUV 73.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 178 20 74 0 0.89 0.58 0.30 339.49 0.8 0.39
Hex B2 14 4A 0 59 3A 1E 153 50 27
Octal 262 24 112 0 131 72 36 523 120 47
Binary 10110010 10100 1001010 0 1011001 111010 11110 101010011 1010000 100111

Color Harmonies of #B2144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2144A

Black with #B2144A

Text Example


Text Example

White with #B2144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2144A; }

 p { color: rgb(178,20,74); }

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

background-color css

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

 a { background-color: rgb(178,20,74); }

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

border-color css

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

 span { border-color: rgb(178,20,74); }

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