Html Css Color HEX #B81A41 Cardinal

📋 copy color: '#B81A41'

red 184 ◦ green 26 ◦ blue 65

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

Shades of Cardinal #B81A41

Tints of Cardinal #B81A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 66.91%
G = 9.45%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B81A41 (or 0xB81A41) is known color: Cardinal. HEX triplet: B8, 1A and 41. RGB value is (184,26,65). Sum of RGB (Red+Green+Blue) = 184+26+65=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A41 is #47E5BE. Grayscale: #4D4D4D. Windows color (decimal): -4711871 or 4266680. OLE color: 4266680.

HSL color Cylindrical-coordinate representation of color #B81A41: hue angle of 345.19º 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 #B81A41 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 26 65 -
CMYK 0 0.86 0.65 0.28
HSL 345.19º 0.75% 0.41% -
HSV(B) 345.19º 0.86% 0.72% -
XYZ 21.09 11.31 6.07 -
YUV 77.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 184 26 65 0 0.86 0.65 0.28 345.19 0.75 0.41
Hex B8 1A 41 0 56 41 1C 159 4B 29
Octal 270 32 101 0 126 101 34 531 113 51
Binary 10111000 11010 1000001 0 1010110 1000001 11100 101011001 1001011 101001

Color Harmonies of #B81A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A41

Black with #B81A41

Text Example


Text Example

White with #B81A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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