Html Css Color HEX #B81C2E Cardinal

📋 copy color: '#B81C2E'

red 184 ◦ green 28 ◦ blue 46

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

Shades of Cardinal #B81C2E

Tints of Cardinal #B81C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 71.32%
G = 10.85%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B81C2E (or 0xB81C2E) is known color: Cardinal. HEX triplet: B8, 1C and 2E. RGB value is (184,28,46). Sum of RGB (Red+Green+Blue) = 184+28+46=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C2E is #47E3D1. Grayscale: #4C4C4C. Windows color (decimal): -4711378 or 3022008. OLE color: 3022008.

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

Color convert

RGB 184 28 46 -
CMYK 0 0.85 0.75 0.28
HSL 353.08º 0.74% 0.42% -
HSV(B) 353.08º 0.85% 0.72% -
XYZ 20.68 11.22 3.66 -
YUV 76.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 184 28 46 0 0.85 0.75 0.28 353.08 0.74 0.42
Hex B8 1C 2E 0 55 4B 1C 161 4A 2A
Octal 270 34 56 0 125 113 34 541 112 52
Binary 10111000 11100 101110 0 1010101 1001011 11100 101100001 1001010 101010

Color Harmonies of #B81C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C2E

Black with #B81C2E

Text Example


Text Example

White with #B81C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C2E; }

 p { color: rgb(184,28,46); }

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

background-color css

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

 a { background-color: rgb(184,28,46); }

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

border-color css

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

 span { border-color: rgb(184,28,46); }

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