Html Css Color HEX #B81F2A Cardinal

📋 copy color: '#B81F2A'

red 184 ◦ green 31 ◦ blue 42

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

Shades of Cardinal #B81F2A

Tints of Cardinal #B81F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.06%

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

R = 71.6%
G = 12.06%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B81F2A (or 0xB81F2A) is known color: Cardinal. HEX triplet: B8, 1F and 2A. RGB value is (184,31,42). Sum of RGB (Red+Green+Blue) = 184+31+42=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F2A is #47E0D5. Grayscale: #4E4E4E. Windows color (decimal): -4710614 or 2760632. OLE color: 2760632.

HSL color Cylindrical-coordinate representation of color #B81F2A: hue angle of 355.69º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F2A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 31 42 -
CMYK 0 0.83 0.77 0.28
HSL 355.69º 0.71% 0.42% -
HSV(B) 355.69º 0.83% 0.72% -
XYZ 20.68 11.34 3.29 -
YUV 78 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 184 31 42 0 0.83 0.77 0.28 355.69 0.71 0.42
Hex B8 1F 2A 0 53 4D 1C 164 47 2A
Octal 270 37 52 0 123 115 34 544 107 52
Binary 10111000 11111 101010 0 1010011 1001101 11100 101100100 1000111 101010

Color Harmonies of #B81F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F2A

Black with #B81F2A

Text Example


Text Example

White with #B81F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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