Html Css Color HEX #B81A47 Cardinal

📋 copy color: '#B81A47'

red 184 ◦ green 26 ◦ blue 71

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

Shades of Cardinal #B81A47

Tints of Cardinal #B81A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

 BLUE value IS 71 (28.13% from 255) = 25.27%

R = 65.48%
G = 9.25%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B81A47 (or 0xB81A47) is known color: Cardinal. HEX triplet: B8, 1A and 47. RGB value is (184,26,71). Sum of RGB (Red+Green+Blue) = 184+26+71=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A47 is #47E5B8. Grayscale: #4E4E4E. Windows color (decimal): -4711865 or 4659896. OLE color: 4659896.

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

Color convert

RGB 184 26 71 -
CMYK 0 0.86 0.61 0.28
HSL 342.91º 0.75% 0.41% -
HSV(B) 342.91º 0.86% 0.72% -
XYZ 21.27 11.38 7.04 -
YUV 78.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 184 26 71 0 0.86 0.61 0.28 342.91 0.75 0.41
Hex B8 1A 47 0 56 3D 1C 157 4B 29
Octal 270 32 107 0 126 75 34 527 113 51
Binary 10111000 11010 1000111 0 1010110 111101 11100 101010111 1001011 101001

Color Harmonies of #B81A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A47

Black with #B81A47

Text Example


Text Example

White with #B81A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A47; }

 p { color: rgb(184,26,71); }

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

background-color css

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

 a { background-color: rgb(184,26,71); }

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

border-color css

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

 span { border-color: rgb(184,26,71); }

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