Html Css Color HEX #B2173F Cardinal

📋 copy color: '#B2173F'

red 178 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #B2173F

Tints of Cardinal #B2173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.71%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 67.42%
G = 8.71%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2173F (or 0xB2173F) is known color: Cardinal. HEX triplet: B2, 17 and 3F. RGB value is (178,23,63). Sum of RGB (Red+Green+Blue) = 178+23+63=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B2173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2173F is #4DE8C0. Grayscale: #494949. Windows color (decimal): -5105857 or 4134834. OLE color: 4134834.

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

Color convert

RGB 178 23 63 -
CMYK 0 0.87 0.65 0.30
HSL 344.52º 0.77% 0.39% -
HSV(B) 344.52º 0.87% 0.7% -
XYZ 19.56 10.44 5.69 -
YUV 73.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 178 23 63 0 0.87 0.65 0.30 344.52 0.77 0.39
Hex B2 17 3F 0 57 41 1E 159 4D 27
Octal 262 27 77 0 127 101 36 531 115 47
Binary 10110010 10111 111111 0 1010111 1000001 11110 101011001 1001101 100111

Color Harmonies of #B2173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2173F

Black with #B2173F

Text Example


Text Example

White with #B2173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2173F; }

 p { color: rgb(178,23,63); }

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

background-color css

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

 a { background-color: rgb(178,23,63); }

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

border-color css

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

 span { border-color: rgb(178,23,63); }

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