Html Css Color HEX #B81A2A Cardinal

📋 copy color: '#B81A2A'

red 184 ◦ green 26 ◦ blue 42

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

Shades of Cardinal #B81A2A

Tints of Cardinal #B81A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 73.02%
G = 10.32%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B81A2A (or 0xB81A2A) is known color: Cardinal. HEX triplet: B8, 1A and 2A. RGB value is (184,26,42). Sum of RGB (Red+Green+Blue) = 184+26+42=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A2A is #47E5D5. Grayscale: #4B4B4B. Windows color (decimal): -4711894 or 2759352. OLE color: 2759352.

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

Color convert

RGB 184 26 42 -
CMYK 0 0.86 0.77 0.28
HSL 353.92º 0.75% 0.41% -
HSV(B) 353.92º 0.86% 0.72% -
XYZ 20.55 11.1 3.25 -
YUV 75.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 184 26 42 0 0.86 0.77 0.28 353.92 0.75 0.41
Hex B8 1A 2A 0 56 4D 1C 162 4B 29
Octal 270 32 52 0 126 115 34 542 113 51
Binary 10111000 11010 101010 0 1010110 1001101 11100 101100010 1001011 101001

Color Harmonies of #B81A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A2A

Black with #B81A2A

Text Example


Text Example

White with #B81A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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