Html Css Color HEX #BA1E32 Cardinal

📋 copy color: '#BA1E32'

red 186 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #BA1E32

Tints of Cardinal #BA1E32

RGB

 RED value IS 186 (73.05% from 255) = 69.92%

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 69.92%
G = 11.28%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA1E32 (or 0xBA1E32) is known color: Cardinal. HEX triplet: BA, 1E and 32. RGB value is (186,30,50). Sum of RGB (Red+Green+Blue) = 186+30+50=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E32 is #45E1CD. Grayscale: #4F4F4F. Windows color (decimal): -4579790 or 3284666. OLE color: 3284666.

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

Color convert

RGB 186 30 50 -
CMYK 0 0.84 0.73 0.27
HSL 352.31º 0.72% 0.42% -
HSV(B) 352.31º 0.84% 0.73% -
XYZ 21.29 11.6 4.13 -
YUV 78.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 186 30 50 0 0.84 0.73 0.27 352.31 0.72 0.42
Hex BA 1E 32 0 54 49 1B 160 48 2A
Octal 272 36 62 0 124 111 33 540 110 52
Binary 10111010 11110 110010 0 1010100 1001001 11011 101100000 1001000 101010

Color Harmonies of #BA1E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E32

Black with #BA1E32

Text Example


Text Example

White with #BA1E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E32; }

 p { color: rgb(186,30,50); }

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

background-color css

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

 a { background-color: rgb(186,30,50); }

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

border-color css

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

 span { border-color: rgb(186,30,50); }

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