Html Css Color HEX #B81A33 Cardinal

📋 copy color: '#B81A33'

red 184 ◦ green 26 ◦ blue 51

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

Shades of Cardinal #B81A33

Tints of Cardinal #B81A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 70.5%
G = 9.96%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B81A33 (or 0xB81A33) is known color: Cardinal. HEX triplet: B8, 1A and 33. RGB value is (184,26,51). Sum of RGB (Red+Green+Blue) = 184+26+51=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A33 is #47E5CC. Grayscale: #4C4C4C. Windows color (decimal): -4711885 or 3349176. OLE color: 3349176.

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

Color convert

RGB 184 26 51 -
CMYK 0 0.86 0.72 0.28
HSL 350.51º 0.75% 0.41% -
HSV(B) 350.51º 0.86% 0.72% -
XYZ 20.73 11.17 4.19 -
YUV 76.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 184 26 51 0 0.86 0.72 0.28 350.51 0.75 0.41
Hex B8 1A 33 0 56 48 1C 15F 4B 29
Octal 270 32 63 0 126 110 34 537 113 51
Binary 10111000 11010 110011 0 1010110 1001000 11100 101011111 1001011 101001

Color Harmonies of #B81A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A33

Black with #B81A33

Text Example


Text Example

White with #B81A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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