Html Css Color HEX #B2143C Cardinal

📋 copy color: '#B2143C'

red 178 ◦ green 20 ◦ blue 60

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

Shades of Cardinal #B2143C

Tints of Cardinal #B2143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 68.99%
G = 7.75%
B = 23.26%

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

#B2143C (or 0xB2143C) is known color: Cardinal. HEX triplet: B2, 14 and 3C. RGB value is (178,20,60). Sum of RGB (Red+Green+Blue) = 178+20+60=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2143C is #4DEBC3. Grayscale: #474747. Windows color (decimal): -5106628 or 3937458. OLE color: 3937458.

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

Color convert

RGB 178 20 60 -
CMYK 0 0.89 0.66 0.30
HSL 344.81º 0.8% 0.39% -
HSV(B) 344.81º 0.89% 0.7% -
XYZ 19.43 10.29 5.24 -
YUV 71.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 178 20 60 0 0.89 0.66 0.30 344.81 0.8 0.39
Hex B2 14 3C 0 59 42 1E 159 50 27
Octal 262 24 74 0 131 102 36 531 120 47
Binary 10110010 10100 111100 0 1011001 1000010 11110 101011001 1010000 100111

Color Harmonies of #B2143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2143C

Black with #B2143C

Text Example


Text Example

White with #B2143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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