Html Css Color HEX #B81C3A Cardinal

📋 copy color: '#B81C3A'

red 184 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #B81C3A

Tints of Cardinal #B81C3A

RGB

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

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

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

R = 68.15%
G = 10.37%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B81C3A (or 0xB81C3A) is known color: Cardinal. HEX triplet: B8, 1C and 3A. RGB value is (184,28,58). Sum of RGB (Red+Green+Blue) = 184+28+58=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C3A is #47E3C5. Grayscale: #4E4E4E. Windows color (decimal): -4711366 or 3808440. OLE color: 3808440.

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

Color convert

RGB 184 28 58 -
CMYK 0 0.85 0.68 0.28
HSL 348.46º 0.74% 0.42% -
HSV(B) 348.46º 0.85% 0.72% -
XYZ 20.95 11.33 5.09 -
YUV 78.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 184 28 58 0 0.85 0.68 0.28 348.46 0.74 0.42
Hex B8 1C 3A 0 55 44 1C 15C 4A 2A
Octal 270 34 72 0 125 104 34 534 112 52
Binary 10111000 11100 111010 0 1010101 1000100 11100 101011100 1001010 101010

Color Harmonies of #B81C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C3A

Black with #B81C3A

Text Example


Text Example

White with #B81C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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