Html Css Color HEX #B8184A Cardinal

📋 copy color: '#B8184A'

red 184 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #B8184A

Tints of Cardinal #B8184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 65.25%
G = 8.51%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8184A (or 0xB8184A) is known color: Cardinal. HEX triplet: B8, 18 and 4A. RGB value is (184,24,74). Sum of RGB (Red+Green+Blue) = 184+24+74=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8184A is #47E7B5. Grayscale: #4D4D4D. Windows color (decimal): -4712374 or 4855992. OLE color: 4855992.

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

Color convert

RGB 184 24 74 -
CMYK 0 0.87 0.60 0.28
HSL 341.25º 0.77% 0.41% -
HSV(B) 341.25º 0.87% 0.72% -
XYZ 21.33 11.34 7.54 -
YUV 77.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 184 24 74 0 0.87 0.60 0.28 341.25 0.77 0.41
Hex B8 18 4A 0 57 3C 1C 155 4D 29
Octal 270 30 112 0 127 74 34 525 115 51
Binary 10111000 11000 1001010 0 1010111 111100 11100 101010101 1001101 101001

Color Harmonies of #B8184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8184A

Black with #B8184A

Text Example


Text Example

White with #B8184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8184A; }

 p { color: rgb(184,24,74); }

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

background-color css

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

 a { background-color: rgb(184,24,74); }

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

border-color css

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

 span { border-color: rgb(184,24,74); }

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