Html Css Color HEX #B81B46 Cardinal

📋 copy color: '#B81B46'

red 184 ◦ green 27 ◦ blue 70

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

Shades of Cardinal #B81B46

Tints of Cardinal #B81B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 65.48%
G = 9.61%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B81B46 (or 0xB81B46) is known color: Cardinal. HEX triplet: B8, 1B and 46. RGB value is (184,27,70). Sum of RGB (Red+Green+Blue) = 184+27+70=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B46 is #47E4B9. Grayscale: #4E4E4E. Windows color (decimal): -4711610 or 4594616. OLE color: 4594616.

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

Color convert

RGB 184 27 70 -
CMYK 0 0.85 0.62 0.28
HSL 343.57º 0.74% 0.41% -
HSV(B) 343.57º 0.85% 0.72% -
XYZ 21.26 11.42 6.88 -
YUV 78.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 184 27 70 0 0.85 0.62 0.28 343.57 0.74 0.41
Hex B8 1B 46 0 55 3E 1C 158 4A 29
Octal 270 33 106 0 125 76 34 530 112 51
Binary 10111000 11011 1000110 0 1010101 111110 11100 101011000 1001010 101001

Color Harmonies of #B81B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B46

Black with #B81B46

Text Example


Text Example

White with #B81B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B46; }

 p { color: rgb(184,27,70); }

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

background-color css

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

 a { background-color: rgb(184,27,70); }

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

border-color css

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

 span { border-color: rgb(184,27,70); }

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