Html Css Color HEX #B2173E Cardinal

📋 copy color: '#B2173E'

red 178 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #B2173E

Tints of Cardinal #B2173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 67.68%
G = 8.75%
B = 23.57%

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

#B2173E (or 0xB2173E) is known color: Cardinal. HEX triplet: B2, 17 and 3E. RGB value is (178,23,62). Sum of RGB (Red+Green+Blue) = 178+23+62=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B2173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2173E is #4DE8C1. Grayscale: #494949. Windows color (decimal): -5105858 or 4069298. OLE color: 4069298.

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

Color convert

RGB 178 23 62 -
CMYK 0 0.87 0.65 0.30
HSL 344.9º 0.77% 0.39% -
HSV(B) 344.9º 0.87% 0.7% -
XYZ 19.54 10.43 5.54 -
YUV 73.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 178 23 62 0 0.87 0.65 0.30 344.9 0.77 0.39
Hex B2 17 3E 0 57 41 1E 159 4D 27
Octal 262 27 76 0 127 101 36 531 115 47
Binary 10110010 10111 111110 0 1010111 1000001 11110 101011001 1001101 100111

Color Harmonies of #B2173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2173E

Black with #B2173E

Text Example


Text Example

White with #B2173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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