Html Css Color HEX #B81E3A Cardinal

📋 copy color: '#B81E3A'

red 184 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #B81E3A

Tints of Cardinal #B81E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 67.65%
G = 11.03%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B81E3A (or 0xB81E3A) is known color: Cardinal. HEX triplet: B8, 1E and 3A. RGB value is (184,30,58). Sum of RGB (Red+Green+Blue) = 184+30+58=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E3A is #47E1C5. Grayscale: #4F4F4F. Windows color (decimal): -4710854 or 3808952. OLE color: 3808952.

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

Color convert

RGB 184 30 58 -
CMYK 0 0.84 0.68 0.28
HSL 349.09º 0.72% 0.42% -
HSV(B) 349.09º 0.84% 0.72% -
XYZ 21 11.42 5.1 -
YUV 79.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 184 30 58 0 0.84 0.68 0.28 349.09 0.72 0.42
Hex B8 1E 3A 0 54 44 1C 15D 48 2A
Octal 270 36 72 0 124 104 34 535 110 52
Binary 10111000 11110 111010 0 1010100 1000100 11100 101011101 1001000 101010

Color Harmonies of #B81E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E3A

Black with #B81E3A

Text Example


Text Example

White with #B81E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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