Html Css Color HEX #B7184A Cardinal

📋 copy color: '#B7184A'

red 183 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #B7184A

Tints of Cardinal #B7184A

RGB

 RED value IS 183 (71.88% from 255) = 65.12%

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

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

R = 65.12%
G = 8.54%
B = 26.33%

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

#B7184A (or 0xB7184A) is known color: Cardinal. HEX triplet: B7, 18 and 4A. RGB value is (183,24,74). Sum of RGB (Red+Green+Blue) = 183+24+74=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7184A is #48E7B5. Grayscale: #4D4D4D. Windows color (decimal): -4777910 or 4855991. OLE color: 4855991.

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

Color convert

RGB 183 24 74 -
CMYK 0 0.87 0.60 0.28
HSL 341.13º 0.77% 0.41% -
HSV(B) 341.13º 0.87% 0.72% -
XYZ 21.09 11.21 7.53 -
YUV 77.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 183 24 74 0 0.87 0.60 0.28 341.13 0.77 0.41
Hex B7 18 4A 0 57 3C 1C 155 4D 29
Octal 267 30 112 0 127 74 34 525 115 51
Binary 10110111 11000 1001010 0 1010111 111100 11100 101010101 1001101 101001

Color Harmonies of #B7184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7184A

Black with #B7184A

Text Example


Text Example

White with #B7184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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