Html Css Color HEX #B2143D Cardinal

📋 copy color: '#B2143D'

red 178 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #B2143D

Tints of Cardinal #B2143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 68.73%
G = 7.72%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2143D (or 0xB2143D) is known color: Cardinal. HEX triplet: B2, 14 and 3D. RGB value is (178,20,61). Sum of RGB (Red+Green+Blue) = 178+20+61=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2143D is #4DEBC2. Grayscale: #474747. Windows color (decimal): -5106627 or 4002994. OLE color: 4002994.

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

Color convert

RGB 178 20 61 -
CMYK 0 0.89 0.66 0.30
HSL 344.43º 0.8% 0.39% -
HSV(B) 344.43º 0.89% 0.7% -
XYZ 19.45 10.3 5.38 -
YUV 71.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 178 20 61 0 0.89 0.66 0.30 344.43 0.8 0.39
Hex B2 14 3D 0 59 42 1E 158 50 27
Octal 262 24 75 0 131 102 36 530 120 47
Binary 10110010 10100 111101 0 1011001 1000010 11110 101011000 1010000 100111

Color Harmonies of #B2143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2143D

Black with #B2143D

Text Example


Text Example

White with #B2143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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