Html Css Color HEX #BA1E2E Cardinal

📋 copy color: '#BA1E2E'

red 186 ◦ green 30 ◦ blue 46

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

Shades of Cardinal #BA1E2E

Tints of Cardinal #BA1E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.56%

R = 70.99%
G = 11.45%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA1E2E (or 0xBA1E2E) is known color: Cardinal. HEX triplet: BA, 1E and 2E. RGB value is (186,30,46). Sum of RGB (Red+Green+Blue) = 186+30+46=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E2E is #45E1D1. Grayscale: #4E4E4E. Windows color (decimal): -4579794 or 3022522. OLE color: 3022522.

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

Color convert

RGB 186 30 46 -
CMYK 0 0.84 0.75 0.27
HSL 353.85º 0.72% 0.42% -
HSV(B) 353.85º 0.84% 0.73% -
XYZ 21.21 11.56 3.7 -
YUV 78.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 186 30 46 0 0.84 0.75 0.27 353.85 0.72 0.42
Hex BA 1E 2E 0 54 4B 1B 162 48 2A
Octal 272 36 56 0 124 113 33 542 110 52
Binary 10111010 11110 101110 0 1010100 1001011 11011 101100010 1001000 101010

Color Harmonies of #BA1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E2E

Black with #BA1E2E

Text Example


Text Example

White with #BA1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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