Html Css Color HEX #BA1C30 Cardinal

📋 copy color: '#BA1C30'

red 186 ◦ green 28 ◦ blue 48

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

Shades of Cardinal #BA1C30

Tints of Cardinal #BA1C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 70.99%
G = 10.69%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1C30 (or 0xBA1C30) is known color: Cardinal. HEX triplet: BA, 1C and 30. RGB value is (186,28,48). Sum of RGB (Red+Green+Blue) = 186+28+48=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C30 is #45E3CF. Grayscale: #4D4D4D. Windows color (decimal): -4580304 or 3153082. OLE color: 3153082.

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

Color convert

RGB 186 28 48 -
CMYK 0 0.85 0.74 0.27
HSL 352.41º 0.74% 0.42% -
HSV(B) 352.41º 0.85% 0.73% -
XYZ 21.2 11.48 3.9 -
YUV 77.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 186 28 48 0 0.85 0.74 0.27 352.41 0.74 0.42
Hex BA 1C 30 0 55 4A 1B 160 4A 2A
Octal 272 34 60 0 125 112 33 540 112 52
Binary 10111010 11100 110000 0 1010101 1001010 11011 101100000 1001010 101010

Color Harmonies of #BA1C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C30

Black with #BA1C30

Text Example


Text Example

White with #BA1C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C30; }

 p { color: rgb(186,28,48); }

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

background-color css

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

 a { background-color: rgb(186,28,48); }

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

border-color css

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

 span { border-color: rgb(186,28,48); }

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