Html Css Color HEX #B81E2E Cardinal

📋 copy color: '#B81E2E'

red 184 ◦ green 30 ◦ blue 46

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

Shades of Cardinal #B81E2E

Tints of Cardinal #B81E2E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.54%

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

R = 70.77%
G = 11.54%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B81E2E (or 0xB81E2E) is known color: Cardinal. HEX triplet: B8, 1E and 2E. RGB value is (184,30,46). Sum of RGB (Red+Green+Blue) = 184+30+46=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E2E is #47E1D1. Grayscale: #4D4D4D. Windows color (decimal): -4710866 or 3022520. OLE color: 3022520.

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

Color convert

RGB 184 30 46 -
CMYK 0 0.84 0.75 0.28
HSL 353.77º 0.72% 0.42% -
HSV(B) 353.77º 0.84% 0.72% -
XYZ 20.72 11.32 3.68 -
YUV 77.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 184 30 46 0 0.84 0.75 0.28 353.77 0.72 0.42
Hex B8 1E 2E 0 54 4B 1C 162 48 2A
Octal 270 36 56 0 124 113 34 542 110 52
Binary 10111000 11110 101110 0 1010100 1001011 11100 101100010 1001000 101010

Color Harmonies of #B81E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E2E

Black with #B81E2E

Text Example


Text Example

White with #B81E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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