Html Css Color HEX #B2143B Cardinal

📋 copy color: '#B2143B'

red 178 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #B2143B

Tints of Cardinal #B2143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 69.26%
G = 7.78%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2143B (or 0xB2143B) is known color: Cardinal. HEX triplet: B2, 14 and 3B. RGB value is (178,20,59). Sum of RGB (Red+Green+Blue) = 178+20+59=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2143B is #4DEBC4. Grayscale: #474747. Windows color (decimal): -5106629 or 3871922. OLE color: 3871922.

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

Color convert

RGB 178 20 59 -
CMYK 0 0.89 0.67 0.30
HSL 345.19º 0.8% 0.39% -
HSV(B) 345.19º 0.89% 0.7% -
XYZ 19.4 10.28 5.1 -
YUV 71.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 178 20 59 0 0.89 0.67 0.30 345.19 0.8 0.39
Hex B2 14 3B 0 59 43 1E 159 50 27
Octal 262 24 73 0 131 103 36 531 120 47
Binary 10110010 10100 111011 0 1011001 1000011 11110 101011001 1010000 100111

Color Harmonies of #B2143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2143B

Black with #B2143B

Text Example


Text Example

White with #B2143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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