Html Css Color HEX #B81640 Cardinal

📋 copy color: '#B81640'

red 184 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #B81640

Tints of Cardinal #B81640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 68.15%
G = 8.15%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B81640 (or 0xB81640) is known color: Cardinal. HEX triplet: B8, 16 and 40. RGB value is (184,22,64). Sum of RGB (Red+Green+Blue) = 184+22+64=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B81640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81640 is #47E9BF. Grayscale: #4B4B4B. Windows color (decimal): -4712896 or 4200120. OLE color: 4200120.

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

Color convert

RGB 184 22 64 -
CMYK 0 0.88 0.65 0.28
HSL 344.44º 0.79% 0.4% -
HSV(B) 344.44º 0.88% 0.72% -
XYZ 20.98 11.13 5.89 -
YUV 75.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 184 22 64 0 0.88 0.65 0.28 344.44 0.79 0.4
Hex B8 16 40 0 58 41 1C 158 4F 28
Octal 270 26 100 0 130 101 34 530 117 50
Binary 10111000 10110 1000000 0 1011000 1000001 11100 101011000 1001111 101000

Color Harmonies of #B81640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81640

Black with #B81640

Text Example


Text Example

White with #B81640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81640; }

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

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

background-color css

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

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

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

border-color css

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

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

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