Html Css Color HEX #B81740 Cardinal

📋 copy color: '#B81740'

red 184 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #B81740

Tints of Cardinal #B81740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 67.9%
G = 8.49%
B = 23.62%

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

#B81740 (or 0xB81740) is known color: Cardinal. HEX triplet: B8, 17 and 40. RGB value is (184,23,64). Sum of RGB (Red+Green+Blue) = 184+23+64=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B81740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81740 is #47E8BF. Grayscale: #4B4B4B. Windows color (decimal): -4712640 or 4200376. OLE color: 4200376.

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

Color convert

RGB 184 23 64 -
CMYK 0 0.88 0.65 0.28
HSL 344.72º 0.78% 0.41% -
HSV(B) 344.72º 0.88% 0.72% -
XYZ 21 11.17 5.9 -
YUV 75.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 184 23 64 0 0.88 0.65 0.28 344.72 0.78 0.41
Hex B8 17 40 0 58 41 1C 159 4E 29
Octal 270 27 100 0 130 101 34 531 116 51
Binary 10111000 10111 1000000 0 1011000 1000001 11100 101011001 1001110 101001

Color Harmonies of #B81740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81740

Black with #B81740

Text Example


Text Example

White with #B81740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81740; }

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

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

background-color css

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

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

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

border-color css

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

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

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