Html Css Color HEX #B81F3A Cardinal

📋 copy color: '#B81F3A'

red 184 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #B81F3A

Tints of Cardinal #B81F3A

RGB

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

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

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

R = 67.4%
G = 11.36%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B81F3A (or 0xB81F3A) is known color: Cardinal. HEX triplet: B8, 1F and 3A. RGB value is (184,31,58). Sum of RGB (Red+Green+Blue) = 184+31+58=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81F3A is #47E0C5. Grayscale: #4F4F4F. Windows color (decimal): -4710598 or 3809208. OLE color: 3809208.

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

Color convert

RGB 184 31 58 -
CMYK 0 0.83 0.68 0.28
HSL 349.41º 0.71% 0.42% -
HSV(B) 349.41º 0.83% 0.72% -
XYZ 21.02 11.48 5.11 -
YUV 79.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 184 31 58 0 0.83 0.68 0.28 349.41 0.71 0.42
Hex B8 1F 3A 0 53 44 1C 15D 47 2A
Octal 270 37 72 0 123 104 34 535 107 52
Binary 10111000 11111 111010 0 1010011 1000100 11100 101011101 1000111 101010

Color Harmonies of #B81F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81F3A

Black with #B81F3A

Text Example


Text Example

White with #B81F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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