Html Css Color HEX #B81240 Cardinal

📋 copy color: '#B81240'

red 184 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #B81240

Tints of Cardinal #B81240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 69.17%
G = 6.77%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B81240 (or 0xB81240) is known color: Cardinal. HEX triplet: B8, 12 and 40. RGB value is (184,18,64). Sum of RGB (Red+Green+Blue) = 184+18+64=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B81240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81240 is #47EDBF. Grayscale: #484848. Windows color (decimal): -4713920 or 4199096. OLE color: 4199096.

HSL color Cylindrical-coordinate representation of color #B81240: hue angle of 343.37º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81240 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 64 -
CMYK 0 0.90 0.65 0.28
HSL 343.37º 0.82% 0.4% -
HSV(B) 343.37º 0.9% 0.72% -
XYZ 20.91 10.99 5.87 -
YUV 72.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 184 18 64 0 0.90 0.65 0.28 343.37 0.82 0.4
Hex B8 12 40 0 5A 41 1C 157 52 28
Octal 270 22 100 0 132 101 34 527 122 50
Binary 10111000 10010 1000000 0 1011010 1000001 11100 101010111 1010010 101000

Color Harmonies of #B81240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81240

Black with #B81240

Text Example


Text Example

White with #B81240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81240; }

 p { color: rgb(184,18,64); }

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

background-color css

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

 a { background-color: rgb(184,18,64); }

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

border-color css

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

 span { border-color: rgb(184,18,64); }

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