Html Css Color HEX #BA1E28 Cardinal

📋 copy color: '#BA1E28'

red 186 ◦ green 30 ◦ blue 40

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

Shades of Cardinal #BA1E28

Tints of Cardinal #BA1E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 72.66%
G = 11.72%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1E28 (or 0xBA1E28) is known color: Cardinal. HEX triplet: BA, 1E and 28. RGB value is (186,30,40). Sum of RGB (Red+Green+Blue) = 186+30+40=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E28 is #45E1D7. Grayscale: #4D4D4D. Windows color (decimal): -4579800 or 2629306. OLE color: 2629306.

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

Color convert

RGB 186 30 40 -
CMYK 0 0.84 0.78 0.27
HSL 356.15º 0.72% 0.42% -
HSV(B) 356.15º 0.84% 0.73% -
XYZ 21.1 11.52 3.12 -
YUV 77.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 186 30 40 0 0.84 0.78 0.27 356.15 0.72 0.42
Hex BA 1E 28 0 54 4E 1B 164 48 2A
Octal 272 36 50 0 124 116 33 544 110 52
Binary 10111010 11110 101000 0 1010100 1001110 11011 101100100 1001000 101010

Color Harmonies of #BA1E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E28

Black with #BA1E28

Text Example


Text Example

White with #BA1E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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