Html Css Color HEX #B8173E Cardinal

📋 copy color: '#B8173E'

red 184 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #B8173E

Tints of Cardinal #B8173E

RGB

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

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

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

R = 68.4%
G = 8.55%
B = 23.05%

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

#B8173E (or 0xB8173E) is known color: Cardinal. HEX triplet: B8, 17 and 3E. RGB value is (184,23,62). Sum of RGB (Red+Green+Blue) = 184+23+62=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8173E is #47E8C1. Grayscale: #4B4B4B. Windows color (decimal): -4712642 or 4069304. OLE color: 4069304.

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

Color convert

RGB 184 23 62 -
CMYK 0 0.88 0.66 0.28
HSL 345.47º 0.78% 0.41% -
HSV(B) 345.47º 0.88% 0.72% -
XYZ 20.94 11.15 5.61 -
YUV 75.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 184 23 62 0 0.88 0.66 0.28 345.47 0.78 0.41
Hex B8 17 3E 0 58 42 1C 159 4E 29
Octal 270 27 76 0 130 102 34 531 116 51
Binary 10111000 10111 111110 0 1011000 1000010 11100 101011001 1001110 101001

Color Harmonies of #B8173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8173E

Black with #B8173E

Text Example


Text Example

White with #B8173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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