Html Css Color HEX #B81A42 Cardinal

📋 copy color: '#B81A42'

red 184 ◦ green 26 ◦ blue 66

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

Shades of Cardinal #B81A42

Tints of Cardinal #B81A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 66.67%
G = 9.42%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B81A42 (or 0xB81A42) is known color: Cardinal. HEX triplet: B8, 1A and 42. RGB value is (184,26,66). Sum of RGB (Red+Green+Blue) = 184+26+66=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A42 is #47E5BD. Grayscale: #4D4D4D. Windows color (decimal): -4711870 or 4332216. OLE color: 4332216.

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

Color convert

RGB 184 26 66 -
CMYK 0 0.86 0.64 0.28
HSL 344.81º 0.75% 0.41% -
HSV(B) 344.81º 0.86% 0.72% -
XYZ 21.12 11.32 6.23 -
YUV 77.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 184 26 66 0 0.86 0.64 0.28 344.81 0.75 0.41
Hex B8 1A 42 0 56 40 1C 159 4B 29
Octal 270 32 102 0 126 100 34 531 113 51
Binary 10111000 11010 1000010 0 1010110 1000000 11100 101011001 1001011 101001

Color Harmonies of #B81A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A42

Black with #B81A42

Text Example


Text Example

White with #B81A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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