Html Css Color HEX #B81A3C Cardinal

📋 copy color: '#B81A3C'

red 184 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #B81A3C

Tints of Cardinal #B81A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 68.15%
G = 9.63%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B81A3C (or 0xB81A3C) is known color: Cardinal. HEX triplet: B8, 1A and 3C. RGB value is (184,26,60). Sum of RGB (Red+Green+Blue) = 184+26+60=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A3C is #47E5C3. Grayscale: #4D4D4D. Windows color (decimal): -4711876 or 3939000. OLE color: 3939000.

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

Color convert

RGB 184 26 60 -
CMYK 0 0.86 0.67 0.28
HSL 347.09º 0.75% 0.41% -
HSV(B) 347.09º 0.86% 0.72% -
XYZ 20.95 11.26 5.34 -
YUV 77.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 184 26 60 0 0.86 0.67 0.28 347.09 0.75 0.41
Hex B8 1A 3C 0 56 43 1C 15B 4B 29
Octal 270 32 74 0 126 103 34 533 113 51
Binary 10111000 11010 111100 0 1010110 1000011 11100 101011011 1001011 101001

Color Harmonies of #B81A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A3C

Black with #B81A3C

Text Example


Text Example

White with #B81A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A3C; }

 p { color: rgb(184,26,60); }

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

background-color css

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

 a { background-color: rgb(184,26,60); }

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

border-color css

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

 span { border-color: rgb(184,26,60); }

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