Html Css Color HEX #B8173F Cardinal

📋 copy color: '#B8173F'

red 184 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #B8173F

Tints of Cardinal #B8173F

RGB

 RED value IS 184 (72.27% from 255) = 68.15%

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

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

R = 68.15%
G = 8.52%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8173F (or 0xB8173F) is known color: Cardinal. HEX triplet: B8, 17 and 3F. RGB value is (184,23,63). Sum of RGB (Red+Green+Blue) = 184+23+63=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8173F is #47E8C0. Grayscale: #4B4B4B. Windows color (decimal): -4712641 or 4134840. OLE color: 4134840.

HSL color Cylindrical-coordinate representation of color #B8173F: hue angle of 345.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8173F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 23 63 -
CMYK 0 0.88 0.66 0.28
HSL 345.09º 0.78% 0.41% -
HSV(B) 345.09º 0.88% 0.72% -
XYZ 20.97 11.16 5.75 -
YUV 75.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 184 23 63 0 0.88 0.66 0.28 345.09 0.78 0.41
Hex B8 17 3F 0 58 42 1C 159 4E 29
Octal 270 27 77 0 130 102 34 531 116 51
Binary 10111000 10111 111111 0 1011000 1000010 11100 101011001 1001110 101001

Color Harmonies of #B8173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8173F

Black with #B8173F

Text Example


Text Example

White with #B8173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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